// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT import { Theme } from "theme.slint"; export component Label inherits Text { font-family: Theme.font-family; font-size: Theme.font-size-regular; font-weight: Theme.font-weight-regular; color: Theme.foreground; }