// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import { Theme } from "../theme.slint"; export component MenuBackground inherits Rectangle { border-radius: 4px; background: Theme.palette.ebony-radial-gradient; clip: true; }