Skip to content

Commit 9a171f1

Browse files
authored
Merge pull request #52 from troberts-28/patch/v2.1.1
2 parents 79db838 + 7986686 commit 9a171f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://github.com/troberts-28"
77
},
88
"license": "MIT",
9-
"version": "2.1.0",
9+
"version": "2.1.1",
1010
"main": "dist/commonjs/index.js",
1111
"module": "dist/module/index.js",
1212
"types": "dist/typescript/index.d.ts",

src/components/TimerPicker/styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface CustomTimerPickerStyles {
2323
const DARK_MODE_BACKGROUND_COLOR = "#232323";
2424
const DARK_MODE_TEXT_COLOR = "#E9E9E9";
2525
const LIGHT_MODE_BACKGROUND_COLOR = "#F1F1F1";
26-
const LIGHT_MODE_TEXT_COLOR = "#1B1B1uB";
26+
const LIGHT_MODE_TEXT_COLOR = "#1B1B1B";
2727

2828
export const generateStyles = (
2929
customStyles: CustomTimerPickerStyles | undefined,

0 commit comments

Comments
 (0)