mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-02 01:23:23 +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;
|
|
}
|