fix: circle border
This commit is contained in:
parent
d93eaa4074
commit
dc4e045e11
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ defineProps<{ bordered?: boolean; dark?: boolean }>();
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
border: 1px solid transparent;
|
||||
border-radius: var(--radius-round);
|
||||
background-color: var(--surface-1);
|
||||
aspect-ratio: var(--ratio-square);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue