Fix: Add missing border_width to CTkFrame in custom themes
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"CTkFrame": {
|
||||
"fg_color": ["#121212", "#121212"],
|
||||
"border_color": ["#333333", "#333333"],
|
||||
"corner_radius": 8
|
||||
"corner_radius": 8,
|
||||
"border_width": 0
|
||||
},
|
||||
"CTkLabel": {
|
||||
"text_color": ["#ecd7b2", "#ecd7b2"],
|
||||
|
||||
Reference in New Issue
Block a user