fix(client): Show shadow

This commit is contained in:
syuilo
2020-07-12 18:36:14 +09:00
parent 35a8c37922
commit 0f5db9558c
5 changed files with 8 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
panelHeaderFg: '@fg',
panelHeaderDivider: 'rgba(0, 0, 0, 0)',
panelBorder: 'rgba(0, 0, 0, 0)',
shadow: 'rgba(0, 0, 0, 0.1)',
shadow: 'rgba(0, 0, 0, 0.3)',
header: ':alpha<0.7<@bg',
navBg: '@bg',
navFg: '@fg',