@equinor/cpl-theme-react 0.0.9 → 0.0.10
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 +5 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -132,6 +132,10 @@
|
|
|
132
132
|
|
|
133
133
|
--eds_paragraph__meta_color: rgb(216, 125, 125);
|
|
134
134
|
|
|
135
|
+
--eds_interactive_danger__resting: rgba(235, 0, 0, 1);
|
|
136
|
+
--eds_interactive_danger__hover: rgba(255, 148, 155, 1);
|
|
137
|
+
--eds_interactive_danger__text: rgba(255, 102, 112, 1);
|
|
138
|
+
|
|
135
139
|
/**
|
|
136
140
|
* Note: colors have been programatically converted from light mode
|
|
137
141
|
Need to verify colors
|
|
@@ -178,9 +182,7 @@
|
|
|
178
182
|
--eds_interactive_primary__selected_highlight: rgba(48, 92, 117, 1);
|
|
179
183
|
--eds_interactive_primary__selected_hover: rgba(60, 12, 45, 1);
|
|
180
184
|
--eds_interactive_danger__highlight: rgba(0, 62, 62, 1);
|
|
181
|
-
|
|
182
|
-
--eds_interactive_danger__hover: rgba(76, 242, 208, 1);
|
|
183
|
-
--eds_interactive_danger__text: rgba(255, 102, 112, 1); /* updated*/
|
|
185
|
+
|
|
184
186
|
--eds_interactive_warning__highlight: rgba(0, 24, 41, 1);
|
|
185
187
|
--eds_interactive_warning__resting: rgba(0, 109, 255, 1);
|
|
186
188
|
--eds_interactive_warning__hover: rgba(82, 157, 255, 1);
|