fix: fix light theme, separate components
This commit is contained in:
+3
-3
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user