Fix: Add missing border_width to CTkFrame in custom themes

This commit is contained in:
Ramforth
2025-11-03 00:55:06 +01:00
parent 46bb80338a
commit 603ba2f679
3 changed files with 11 additions and 3 deletions

View File

@@ -47,5 +47,10 @@
"text_color": ["#000000", "#000000"],
"corner_radius": 8,
"border_color": ["#cccccc", "#cccccc"]
},
"CTkFont": {
"family": ["Roboto", "Roboto"],
"size": [13, 13],
"weight": ["normal", "normal"]
}
}