@fleet-frontend/mower-maps 0.2.6-beta.12 → 0.2.6-beta.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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -30960,7 +30960,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30960
30960
|
boxSizing: 'border-box',
|
|
30961
30961
|
},
|
|
30962
30962
|
selected: {
|
|
30963
|
-
background: 'linear-gradient(
|
|
30963
|
+
background: 'linear-gradient(266.64deg, #F2942A 4.1%, #F26A2A 86.42%)',
|
|
30964
30964
|
color: 'rgba(255, 255, 255, 1)',
|
|
30965
30965
|
fontSize: 12,
|
|
30966
30966
|
fontWeight: 400,
|
package/dist/index.js
CHANGED
|
@@ -30980,7 +30980,7 @@ const PARTITION_PICKER_LABEL_STYLES_H5 = {
|
|
|
30980
30980
|
boxSizing: 'border-box',
|
|
30981
30981
|
},
|
|
30982
30982
|
selected: {
|
|
30983
|
-
background: 'linear-gradient(
|
|
30983
|
+
background: 'linear-gradient(266.64deg, #F2942A 4.1%, #F26A2A 86.42%)',
|
|
30984
30984
|
color: 'rgba(255, 255, 255, 1)',
|
|
30985
30985
|
fontSize: 12,
|
|
30986
30986
|
fontWeight: 400,
|