diff --git a/components/PopoverContent/index.scss b/components/PopoverContent/index.scss index d89267b7..986b2847 100644 --- a/components/PopoverContent/index.scss +++ b/components/PopoverContent/index.scss @@ -4,6 +4,7 @@ border-radius: $card-corner; border: 0.5px solid rgba(0, 0, 0, 0.18); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.24); - transform-origin: var(--radix-popover-content-transform-origin); outline: none; + padding: $unit; + transform-origin: var(--radix-popover-content-transform-origin); } diff --git a/components/TranscendencePopover/index.scss b/components/TranscendencePopover/index.scss index e54cec64..fb09e919 100644 --- a/components/TranscendencePopover/index.scss +++ b/components/TranscendencePopover/index.scss @@ -5,7 +5,6 @@ display: flex; width: $unit-10x; height: $unit-10x; - padding: $unit; justify-content: center; z-index: 32;