selenite/Text.slint

6 lines
111 B
Text
Raw Normal View History

2024-10-16 11:40:45 +02:00
import { Palette } from "Palette.slint";
export component VText inherits Text {
color: Palette.foreground;
}