Modal: increase border-radius to 10px
This commit is contained in:
parent
81921578e0
commit
6f35933bad
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@
|
|||
overflow: hidden;
|
||||
width: 480px;
|
||||
max-width: 90vw;
|
||||
border-radius: 4px;
|
||||
border-radius: 10px;
|
||||
border: 1px solid var(--primary-text-color--faint);
|
||||
color: var(--primary-text-color--faint);
|
||||
background: var(--foreground-color);
|
||||
|
|
Loading…
Reference in a new issue