Fix: Theme: List item widget default outline alpha
The default outline color was set to opaque when it should be transparent.
This commit is contained in:
parent
228c1d3baf
commit
ea3bfcfc2c
@ -202,7 +202,7 @@ const bTheme U_theme_default = {
|
||||
.roundness = 0.2f,
|
||||
},
|
||||
.wcol_list_item = {
|
||||
.outline = RGBA(0x2d2d2dff),
|
||||
.outline = RGBA(0x2d2d2d00),
|
||||
.outline_sel = RGBA(0x2d2d2dff),
|
||||
.inner = RGBA(0xffffff00),
|
||||
.inner_sel = RGBA(0x4772b3ff),
|
||||
|
Loading…
x
Reference in New Issue
Block a user