@sats-group/ui-lib 89.0.1 → 89.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -136,7 +136,6 @@
|
|
|
136
136
|
&--theme-light {
|
|
137
137
|
color: var(--on-surface-featured);
|
|
138
138
|
&-disabled {
|
|
139
|
-
|
|
140
139
|
color: var(--on-surface-primary-disabled);
|
|
141
140
|
}
|
|
142
141
|
}
|
|
@@ -146,7 +145,6 @@
|
|
|
146
145
|
color: var(--on-fixed-background-primary-disabled);
|
|
147
146
|
}
|
|
148
147
|
}
|
|
149
|
-
|
|
150
148
|
}
|
|
151
149
|
|
|
152
150
|
&__error {
|
|
@@ -164,7 +162,7 @@
|
|
|
164
162
|
gap: spacing.$xs;
|
|
165
163
|
|
|
166
164
|
&--theme-light {
|
|
167
|
-
color: var(--on-
|
|
165
|
+
color: var(--on-surface-primary-alternate);
|
|
168
166
|
&--error {
|
|
169
167
|
color: var(--on-surface-error);
|
|
170
168
|
}
|