🎨
This commit is contained in:
parent
b694bf1f41
commit
93fa28991e
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ root(isDark)
|
|||
z-index 10
|
||||
background isDark ? #313543 : #fff
|
||||
border-radius 6px 6px 0 0
|
||||
box-shadow 0 1px rgba(0, 0, 0, 0.08)
|
||||
box-shadow 0 1px isDark ? rgba(#000, 0.15) : rgba(#000, 0.08)
|
||||
|
||||
> button
|
||||
position absolute
|
||||
|
|
Loading…
Reference in a new issue