Skip to content

Commit 144d3aa

Browse files
committed
Fix Dark Mode and bump release
1 parent bb861e9 commit 144d3aa

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.2.1",
33
"scripts": {
44
"dev:figma": "NODE_ENV=development DESIGN_TOOL=figma npx webpack --mode=development --watch",
55
"build:figma": "NODE_ENV=production DESIGN_TOOL=figma npx webpack --mode=production",

src/ui/FigmaUI.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ui/views/countdown/AnalogChronometer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
width: 100%;
1313
height: 100%;
1414
border-radius: 50%;
15-
background: #fff;
16-
border: 2px solid var(--color-text-tertiary);
15+
background: var(--color-background-primary);
16+
border: 2px solid var(--color-separator);
1717
}
1818

1919
.chrono-face::before {
@@ -36,7 +36,7 @@
3636
width: 1px;
3737
height: 35px;
3838
background: #ff0000;
39-
box-shadow: 0 0 0 1px #ffffff;
39+
box-shadow: 0 0 0 1px var(--color-background-primary);
4040
transform-origin: bottom center;
4141
transform: translate(-50%, -100%) rotate(0deg);
4242
transition: transform 1s ease-in-out;

0 commit comments

Comments
 (0)