diff --git a/custom_theme_dark.json b/custom_theme_dark.json index e0f4650..9401478 100644 --- a/custom_theme_dark.json +++ b/custom_theme_dark.json @@ -4,7 +4,8 @@ }, "CTkFrame": { "fg_color": ["#121212", "#121212"], - "border_color": ["#333333", "#333333"] + "border_color": ["#333333", "#333333"], + "corner_radius": 8 }, "CTkLabel": { "text_color": ["#ecd7b2", "#ecd7b2"], diff --git a/custom_theme_light.json b/custom_theme_light.json index c61d787..ed9335a 100644 --- a/custom_theme_light.json +++ b/custom_theme_light.json @@ -4,7 +4,8 @@ }, "CTkFrame": { "fg_color": ["#ecd7b2", "#ecd7b2"], - "border_color": ["#cccccc", "#cccccc"] + "border_color": ["#cccccc", "#cccccc"], + "corner_radius": 8 }, "CTkLabel": { "text_color": ["#000000", "#000000"],