From a082c392efcdcc241b34ee47e66ce543d3219367 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 24 Jan 2023 02:06:38 -0800 Subject: [PATCH] Move padding to PopoverContent --- components/PopoverContent/index.scss | 3 ++- components/TranscendencePopover/index.scss | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) 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;