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:
Pablo Vazquez 2025-06-12 14:42:54 +02:00
parent 228c1d3baf
commit ea3bfcfc2c

View File

@ -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),