@tmlmobilidade/ui 20250329.119.6 → 20250329.119.16
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.map +1 -1
- package/dist/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10165,7 +10165,7 @@ breakpoint-mobile {
|
|
10165
10165
|
|
10166
10166
|
.styles-module_element__Rcvmy {
|
10167
10167
|
display: flex;
|
10168
|
-
background-color:
|
10168
|
+
background-color: red;
|
10169
10169
|
}
|
10170
10170
|
|
10171
10171
|
/* * */
|
package/dist/styles.css
CHANGED
@@ -10220,7 +10220,7 @@ breakpoint-mobile {
|
|
10220
10220
|
|
10221
10221
|
.styles-module_element__Rcvmy {
|
10222
10222
|
display: flex;
|
10223
|
-
background-color:
|
10223
|
+
background-color: red;
|
10224
10224
|
}
|
10225
10225
|
|
10226
10226
|
/* * */
|