Move padding to PopoverContent

This commit is contained in:
Justin Edmund 2023-01-24 02:06:38 -08:00
parent 06fc30a01b
commit a082c392ef
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -5,7 +5,6 @@
display: flex;
width: $unit-10x;
height: $unit-10x;
padding: $unit;
justify-content: center;
z-index: 32;