@tmlmobilidade/ui 20250728.938.14 → 20250728.1007.13
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/dist/index.css +3 -3
- package/dist/index.css.map +1 -1
- package/dist/styles-no-reset.css +3 -3
- package/dist/styles.css +3 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10787,7 +10787,7 @@ breakpoint-mobile {
|
|
|
10787
10787
|
}
|
|
10788
10788
|
|
|
10789
10789
|
.styles-module_root__dunmB[data-variant='muted'] .styles-module_indicator__3kujC {
|
|
10790
|
-
border-color: var(--color-system-
|
|
10790
|
+
border-color: var(--color-system-border-100);
|
|
10791
10791
|
}
|
|
10792
10792
|
|
|
10793
10793
|
.styles-module_root__dunmB[data-variant='success'] .styles-module_indicator__3kujC {
|
|
@@ -10816,8 +10816,8 @@ breakpoint-mobile {
|
|
|
10816
10816
|
}
|
|
10817
10817
|
|
|
10818
10818
|
.styles-module_root__dunmB[data-variant='muted'][data-filled='true'] .styles-module_indicator__3kujC {
|
|
10819
|
-
background-color: var(--color-system-
|
|
10820
|
-
border-color: var(--color-system-
|
|
10819
|
+
background-color: var(--color-system-border-100);
|
|
10820
|
+
border-color: var(--color-system-border-100);
|
|
10821
10821
|
}
|
|
10822
10822
|
|
|
10823
10823
|
.styles-module_root__dunmB[data-variant='success'][data-filled='true'] .styles-module_indicator__3kujC {
|