From 728b190695ec8c393ddf6112975536dcf56dbca3 Mon Sep 17 00:00:00 2001 From: Tim Roberts Date: Wed, 26 Mar 2025 12:22:24 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A9=B9=20fix=20`LIGHT=5FMODE=5FTEXT?= =?UTF-8?q?=5FCOLOR`=20typo=20-=20closes=20#51?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TimerPicker/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TimerPicker/styles.ts b/src/components/TimerPicker/styles.ts index 7aaa127..46afb4c 100644 --- a/src/components/TimerPicker/styles.ts +++ b/src/components/TimerPicker/styles.ts @@ -23,7 +23,7 @@ export interface CustomTimerPickerStyles { const DARK_MODE_BACKGROUND_COLOR = "#232323"; const DARK_MODE_TEXT_COLOR = "#E9E9E9"; const LIGHT_MODE_BACKGROUND_COLOR = "#F1F1F1"; -const LIGHT_MODE_TEXT_COLOR = "#1B1B1uB"; +const LIGHT_MODE_TEXT_COLOR = "#1B1B1B"; export const generateStyles = ( customStyles: CustomTimerPickerStyles | undefined, From 798668652deb8236d207f168cc112f114ac18a27 Mon Sep 17 00:00:00 2001 From: Tim Roberts Date: Wed, 26 Mar 2025 12:23:04 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=96=20bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 220fc74..d8bf387 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/troberts-28" }, "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "main": "dist/commonjs/index.js", "module": "dist/module/index.js", "types": "dist/typescript/index.d.ts",