Rename ArcaneReactiveTheme to ArcaneTheme

This commit is contained in:
2025-07-02 14:19:07 +02:00
parent c82c1822cc
commit 286d18e261
8 changed files with 44 additions and 54 deletions
+2 -2
View File
@@ -26,9 +26,9 @@ abstract class Arcane {
/// Provides access to the singleton instance of the theme management service.
///
/// `ArcaneReactiveTheme` allows switching between light and dark themes and
/// `ArcaneTheme` allows switching between light and dark themes and
/// customizing them.
static ArcaneReactiveTheme get theme => ArcaneReactiveTheme.I;
static ArcaneTheme get theme => ArcaneTheme.I;
/// Returns a list of all services available in the Arcane framework.
///