slint/demos/home-automation/ui/components/general/haText.slint
2024-10-25 15:55:03 +02:00

7 lines
218 B
Text

// Copyright © SixtyFPS GmbH <info@slint.dev>
// SPDX-License-Identifier: MIT
import { AppState } from "../../appState.slint";
export component HaText inherits Text {
font-family: AppState.default-font-family;
}