mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix styling props on Text component
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
.root.muted {
|
||||
.muted {
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
}
|
||||
|
||||
@@ -23,6 +23,6 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.root.no-select {
|
||||
.no-select {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user