Fix: Add missing border_width to CTkFrame in custom themes
This commit is contained in:
@@ -10,7 +10,8 @@
|
||||
},
|
||||
"CTkLabel": {
|
||||
"text_color": ["#ecd7b2", "#ecd7b2"],
|
||||
"fg_color": "transparent"
|
||||
"fg_color": "transparent",
|
||||
"corner_radius": 0
|
||||
},
|
||||
"CTkButton": {
|
||||
"fg_color": ["#21498a", "#21498a"],
|
||||
|
||||
@@ -10,7 +10,8 @@
|
||||
},
|
||||
"CTkLabel": {
|
||||
"text_color": ["#000000", "#000000"],
|
||||
"fg_color": "transparent"
|
||||
"fg_color": "transparent",
|
||||
"corner_radius": 0
|
||||
},
|
||||
"CTkButton": {
|
||||
"fg_color": ["#4077d1", "#4077d1"],
|
||||
|
||||
Reference in New Issue
Block a user