mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-02 09:33:19 +00:00
6 lines
129 B
Text
6 lines
129 B
Text
import { Palette } from "Palette.slint";
|
|
|
|
export component VText inherits Text {
|
|
color: Palette.foreground;
|
|
wrap: word-wrap;
|
|
}
|