optimized-react-component-library-xyz123 0.21.2 → 0.22.1
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.js +55 -45
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +55 -45
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/css/darkMode.css +5 -0
- package/src/css/questions.css +0 -1
package/package.json
CHANGED
package/src/css/darkMode.css
CHANGED
|
@@ -143,6 +143,7 @@
|
|
|
143
143
|
}
|
|
144
144
|
|
|
145
145
|
.errorDot {
|
|
146
|
+
color: var(--dark-main);
|
|
146
147
|
background-color: var(--dark-error);
|
|
147
148
|
}
|
|
148
149
|
|
|
@@ -317,6 +318,10 @@
|
|
|
317
318
|
color: var(--dark-action);
|
|
318
319
|
}
|
|
319
320
|
|
|
321
|
+
.filePickLabel .filePickButton {
|
|
322
|
+
background: var(--dark-info);
|
|
323
|
+
}
|
|
324
|
+
|
|
320
325
|
/* ---------- EDIT PREVIEW LINK ---------- */
|
|
321
326
|
|
|
322
327
|
.pts-editPreviewLink-container button {
|