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