Enhance ClickableText function to improve hover effects and add color management; update Theme struct to include clickable text colors
This commit is contained in:
@@ -43,7 +43,6 @@ absl::Status ParseThemeContents(const std::string &key,
|
||||
}
|
||||
return absl::OkStatus();
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
absl::StatusOr<Theme> LoadTheme(const std::string &filename) {
|
||||
|
||||
Reference in New Issue
Block a user