Skip to content

Commit f1db8e6

Browse files
fix: update font-weight
1 parent b10104b commit f1db8e6

File tree

1 file changed

+2
-2
lines changed
  • src/pages/home/sections/EventLoop/Wheel

1 file changed

+2
-2
lines changed

src/pages/home/sections/EventLoop/Wheel/Wheel.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ const POINTER_OFFSET = -99;
1818

1919
function Wheel() {
2020
const {
21-
custom: { sys, com, mode },
21+
custom: { sys, com },
2222
} = useTheme();
2323
const { render, macrotask, microtask } = useWheelStore((state) => state);
24-
const fontWeight = mode === 'light' ? '500' : '800';
24+
const fontWeight = 500;
2525

2626
const colors = {
2727
text: sys.colors.onBackground,

0 commit comments

Comments
 (0)