We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79db838 + 7986686 commit 9a171f1Copy full SHA for 9a171f1
package.json
@@ -6,7 +6,7 @@
6
"url": "https://github.com/troberts-28"
7
},
8
"license": "MIT",
9
- "version": "2.1.0",
+ "version": "2.1.1",
10
"main": "dist/commonjs/index.js",
11
"module": "dist/module/index.js",
12
"types": "dist/typescript/index.d.ts",
src/components/TimerPicker/styles.ts
@@ -23,7 +23,7 @@ export interface CustomTimerPickerStyles {
23
const DARK_MODE_BACKGROUND_COLOR = "#232323";
24
const DARK_MODE_TEXT_COLOR = "#E9E9E9";
25
const LIGHT_MODE_BACKGROUND_COLOR = "#F1F1F1";
26
-const LIGHT_MODE_TEXT_COLOR = "#1B1B1uB";
+const LIGHT_MODE_TEXT_COLOR = "#1B1B1B";
27
28
export const generateStyles = (
29
customStyles: CustomTimerPickerStyles | undefined,
0 commit comments