Fix notification circle (border-radius) (#26794)
`border-radius` means `radius`, not `diameter`, so it should be `50%` and `boxHeight / 2`
This commit is contained in:
parent
915cabdb14
commit
96ba747ff2
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
/* non-color variables */
|
||||
--border-radius: 4px;
|
||||
--border-radius-medium: 6px;
|
||||
--border-radius-circle: 100%;
|
||||
--border-radius-circle: 50%;
|
||||
--opacity-disabled: 0.55;
|
||||
--height-loading: 16rem;
|
||||
--tab-size: 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue