refactor: reduce border radius
This commit is contained in:
parent
4d370b5c8f
commit
f716a74295
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ defineProps<{ dark?: boolean; bordered?: boolean; shadowed?: boolean }>();
|
||||||
.app-box {
|
.app-box {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--surface-1);
|
background-color: var(--surface-1);
|
||||||
border-radius: var(--radius-3);
|
border-radius: var(--radius-2);
|
||||||
padding: var(--size-4);
|
padding: var(--size-4);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue