fix: circle border

This commit is contained in:
puriphatt 2024-04-02 17:43:03 +07:00
parent d93eaa4074
commit dc4e045e11

View file

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