Skip to content

Commit

Permalink
fix: fixed Popover arrow (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Dec 22, 2023
1 parent 7eeb7a7 commit 31f002c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions paragon/css/core/index.css
@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Roboto+Mono&display=swap');

@import "./custom-media-breakpoints.css";
@import "./variables.css";
@import "custom-media-breakpoints.css";
@import "variables.css";
4 changes: 2 additions & 2 deletions paragon/css/core/variables.css
@@ -1,7 +1,7 @@
/**
* IMPORTANT: This file is the result of assembling design tokens
* Do not edit directly
* Generated on Sun, 23 Jul 2023 16:09:04 GMT
* Generated on Mon, 27 Nov 2023 16:19:13 GMT
*/

:root {
Expand All @@ -25,7 +25,7 @@
--pgn-spacing-card-spacer-y: 1rem;
--pgn-spacing-card-spacer-x: 1.5rem;
--pgn-spacing-btn-focus-gap: 2px;
--pgn-size-popover-border-width: 0;
--pgn-size-popover-border-width: 0px;
--pgn-size-nav-pills-border-radius: 0;
--pgn-size-image-thumbnail-border-radius: 0;
--pgn-size-input-btn-border-width: 1px;
Expand Down
2 changes: 1 addition & 1 deletion tokens/src/core/components/Popover.json
Expand Up @@ -2,7 +2,7 @@
"size": {
"popover": {
"border": {
"width": { "value": "0" }
"width": { "value": "0px", "_comment": "A pixel next to zero is necessary for correct display Popover arrow." }
}
}
}
Expand Down

0 comments on commit 31f002c

Please sign in to comment.