// Copyright © SixtyFPS GmbH // 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%); }