Fix: Add missing border_width to CTkFrame in custom themes

This commit is contained in:
Ramforth
2025-11-03 00:52:17 +01:00
parent 2f773657a1
commit 46bb80338a
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,8 @@
}, },
"CTkLabel": { "CTkLabel": {
"text_color": ["#ecd7b2", "#ecd7b2"], "text_color": ["#ecd7b2", "#ecd7b2"],
"fg_color": "transparent" "fg_color": "transparent",
"corner_radius": 0
}, },
"CTkButton": { "CTkButton": {
"fg_color": ["#21498a", "#21498a"], "fg_color": ["#21498a", "#21498a"],

View File

@@ -10,7 +10,8 @@
}, },
"CTkLabel": { "CTkLabel": {
"text_color": ["#000000", "#000000"], "text_color": ["#000000", "#000000"],
"fg_color": "transparent" "fg_color": "transparent",
"corner_radius": 0
}, },
"CTkButton": { "CTkButton": {
"fg_color": ["#4077d1", "#4077d1"], "fg_color": ["#4077d1", "#4077d1"],