mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 08:54:13 +00:00
style: change border color
This commit is contained in:
parent
8beb42cb1b
commit
85b627ecb9
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@
|
||||||
width: 200px;
|
width: 200px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
background-color: var(--color-neutral-100);
|
background-color: var(--color-neutral-100);
|
||||||
border: 1px solid var(--color-neutral-200);
|
border: 1px solid var(--color-neutral-300);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
& .menuItem {
|
& .menuItem {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue