This commit is contained in:
me
2026-01-30 20:27:24 +08:00
parent dcbbda951e
commit 222449cb1b
2 changed files with 538 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
import { ColorPalette, LightColors, DarkColors } from "colors.slint";
import { Typography } from "typography.slint";
import { SpacingSystem } from "spacing.slint";
import { Animations } from "../utils/animations.slint";
// Global theme manager (singleton)
export global Theme {
@@ -24,4 +23,4 @@ export global Theme {
}
// Re-export for convenience
export { Typography, SpacingSystem, Animations }
export { Typography, SpacingSystem }