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