Enhance ClickableText function to improve hover effects and add color management; update Theme struct to include clickable text colors
This commit is contained in:
@@ -33,6 +33,9 @@ struct Theme {
|
||||
Color button;
|
||||
Color button_hovered;
|
||||
Color button_active;
|
||||
|
||||
Color clickable_text;
|
||||
Color clickable_text_hovered;
|
||||
};
|
||||
|
||||
absl::StatusOr<Theme> LoadTheme(const std::string &filename);
|
||||
|
||||
Reference in New Issue
Block a user