mirror of
https://codeberg.org/vyn/mirai.git
synced 2025-07-01 17:03:19 +00:00
5 lines
111 B
Text
5 lines
111 B
Text
import { Palette } from "Palette.slint";
|
|
|
|
export component VText inherits Text {
|
|
color: Palette.foreground;
|
|
}
|