@tmlmobilidade/ui 20250329.133.51 → 20250329.138.21
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/styles-no-reset.css +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/styles-no-reset.css
CHANGED
@@ -10051,7 +10051,7 @@ breakpoint-mobile {
|
|
10051
10051
|
justify-content: flex-start;
|
10052
10052
|
width: 100%;
|
10053
10053
|
background-color: var(--color-system-background-100);
|
10054
|
-
border:
|
10054
|
+
border: 1px solid var(--color-system-border-100);
|
10055
10055
|
border-radius: 5px;
|
10056
10056
|
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
|
10057
10057
|
}
|
package/dist/styles.css
CHANGED
@@ -10106,7 +10106,7 @@ breakpoint-mobile {
|
|
10106
10106
|
justify-content: flex-start;
|
10107
10107
|
width: 100%;
|
10108
10108
|
background-color: var(--color-system-background-100);
|
10109
|
-
border:
|
10109
|
+
border: 1px solid var(--color-system-border-100);
|
10110
10110
|
border-radius: 5px;
|
10111
10111
|
box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%);
|
10112
10112
|
}
|