This commit is contained in:
syuilo
2018-09-27 22:50:34 +09:00
parent 0c7111b438
commit 1e9eeeb980
11 changed files with 47 additions and 40 deletions

View File

@ -103,7 +103,7 @@ root(isDark)
padding 6px 8px
width 300px
font-size 14px
color isDark ? #fff : #000
color var(--inputText)
background isDark ? #191b22 : #fff
border solid 1px var(--primaryAlpha01)
border-radius 4px