UX: remove border radius on tippy (#23133)

* UX: remove border radius on tippy

* DEV: use border radius var
This commit is contained in:
Ella E 2023-08-17 20:53:28 -06:00 committed by GitHub
parent 49a54d4cee
commit 9d7254184c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ $d-popover-border: var(--primary-low);
background: $d-popover-background;
border: 1px solid var(--primary-low);
box-shadow: var(--shadow-menu-panel);
border-radius: var(--d-border-radius);
> .tippy-svg-arrow {
color: $d-popover-background;