mirai/lib/slint-vynui/Text.slint

6 lines
111 B
Text
Raw Normal View History

2024-08-16 21:35:12 +02:00
import { Palette } from "Palette.slint";
export component VText inherits Text {
color: Palette.foreground;
}