fix: fix light theme, separate components

This commit is contained in:
2026-05-08 13:57:30 +05:00
parent eb944e8892
commit 376f7dd1d3
6 changed files with 57 additions and 22 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import { IconButton } from "icon_button.slint";
import { Theme } from "theme.slint";
import { GradientButton } from "button.slint";
import { IconButton } from "./icon_button.slint";
import { Theme } from "./theme.slint";
import { GradientButton } from "./gradient-button.slint";
export component Footer inherits Rectangle {
callback settings-clicked();