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;
|
overflow: hidden;
|
||||||
width: 480px;
|
width: 480px;
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
border: 1px solid var(--primary-text-color--faint);
|
border: 1px solid var(--primary-text-color--faint);
|
||||||
color: var(--primary-text-color--faint);
|
color: var(--primary-text-color--faint);
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
|
|
Loading…
Reference in a new issue