Convert to spaces, hook up mod enabled to toggle.

This commit is contained in:
Dario
2025-01-16 21:02:13 -03:00
committed by Mr-Wiseguy
parent 37a94b2261
commit de364be072
10 changed files with 1034 additions and 1000 deletions
+2 -2
View File
@@ -53,8 +53,8 @@ namespace recompui {
hover_disabled_style.set_border_color({ 196, 196, 196, border_hover_opacity });
hover_disabled_style.set_background_color({ 196, 196, 196, background_hover_opacity });
add_style(&hover_style, { hover_state });
add_style(&disabled_style, { disabled_state });
add_style(&hover_style, hover_state);
add_style(&disabled_style, disabled_state);
add_style(&hover_disabled_style, { hover_state, disabled_state });
// transition: color 0.05s linear-in-out, background-color 0.05s linear-in-out;