Fix files that don’t have a prefix
This commit is contained in:
parent
c754c1e9e2
commit
f4413b0969
3 changed files with 10 additions and 2 deletions
|
@ -47,7 +47,7 @@ export default function project_panel(): any {
|
|||
height: 22,
|
||||
background: background(theme.middle),
|
||||
chevron_color: foreground(theme.middle, "variant"),
|
||||
icon_color: foreground(theme.middle, "active"),
|
||||
icon_color: with_opacity(foreground(theme.middle, "active"), 0.3),
|
||||
chevron_size: 7,
|
||||
icon_size: 14,
|
||||
icon_spacing: 6,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue