@milestone-sys/web-design-system 3.7.10 → 3.8.2
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/colors.list.js +1 -1
- package/design-system.css +1 -1
- package/main.css +1 -1
- package/package.json +1 -1
package/colors.list.js
CHANGED
|
@@ -119,5 +119,5 @@ export const hexColors = [
|
|
|
119
119
|
{ name: 'RGBA 13', value: 'rgba(124, 139, 142, 0.5)' },
|
|
120
120
|
{ name: 'RGBA 14', value: 'rgba(255, 255, 255, 0.6)' },
|
|
121
121
|
{ name: 'RGBA 15', value: 'rgba(0, 0, 0, 0.2)' },
|
|
122
|
-
{ name: 'RGBA 16', value: 'rgba(0, 0, 0, 0.03)' }
|
|
122
|
+
{ name: 'RGBA 16', value: 'rgba(0, 0, 0, 0.03)' }
|
|
123
123
|
]
|