Reduce selected property background opacity

pull/9/head 1.5.0
passivestar 2024-06-12 09:27:37 +07:00
parent 97af133307
commit 6521f67a5b
2 changed files with 2 additions and 2 deletions

@ -167,7 +167,7 @@ content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
bg_color = Color(1, 1, 1, 0.0588235)
bg_color = Color(1, 1, 1, 0.0196078)
border_color = Color(0.16, 0.16, 0.16, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4

@ -167,7 +167,7 @@ content_margin_left = 8.0
content_margin_top = 8.0
content_margin_right = 8.0
content_margin_bottom = 8.0
bg_color = Color(1, 1, 1, 0.0588235)
bg_color = Color(1, 1, 1, 0.0196078)
border_color = Color(0.16, 0.16, 0.16, 1)
corner_radius_top_left = 8
corner_radius_top_right = 8