@tmlmobilidade/ui 20250331.2104.30 → 20250331.2114.23
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
@@ -10102,7 +10102,7 @@ breakpoint-mobile {
|
|
10102
10102
|
display: flex;
|
10103
10103
|
align-items: center;
|
10104
10104
|
justify-content: center;
|
10105
|
-
width:
|
10105
|
+
width: 48px;
|
10106
10106
|
aspect-ratio: 1;
|
10107
10107
|
font-size: 30px;
|
10108
10108
|
color: var(--color-system-text-100);
|
package/dist/styles.css
CHANGED
@@ -10157,7 +10157,7 @@ breakpoint-mobile {
|
|
10157
10157
|
display: flex;
|
10158
10158
|
align-items: center;
|
10159
10159
|
justify-content: center;
|
10160
|
-
width:
|
10160
|
+
width: 48px;
|
10161
10161
|
aspect-ratio: 1;
|
10162
10162
|
font-size: 30px;
|
10163
10163
|
color: var(--color-system-text-100);
|