slint/demos/weather-demo/ui/page-base.slint
2024-10-26 09:39:52 +02:00

8 lines
285 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
import { AppPalette } from "style/styles.slint";
export component PageBase inherits Rectangle {
background: @linear-gradient(180deg, AppPalette.background 0%, AppPalette.alternate-background 100%);
}