mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-28 13:26:16 +03:00
style: Updated box-shadow to use custom variable in ContextMenu and Select components (#4870)
This commit is contained in:
parent
5a3d788927
commit
25c2f516fd
@ -189,7 +189,7 @@
|
||||
background: var(--clr-bg-2);
|
||||
border: 1px solid var(--clr-border-2);
|
||||
border-radius: var(--radius-m);
|
||||
box-shadow: var(--shadow-s);
|
||||
box-shadow: var(--fx-shadow-s);
|
||||
|
||||
animation: fadeIn 0.08s ease-out forwards;
|
||||
}
|
||||
|
@ -241,7 +241,7 @@
|
||||
border-radius: var(--radius-m);
|
||||
border: 1px solid var(--clr-border-2);
|
||||
background: var(--clr-bg-1);
|
||||
box-shadow: var(--shadow-s);
|
||||
box-shadow: var(--fx-shadow-s);
|
||||
overflow: hidden;
|
||||
transform-origin: top;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user