diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/TaskList.tsx | 2 | ||||
| -rw-r--r-- | src/components/TimerView.tsx | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/components/TaskList.tsx b/src/components/TaskList.tsx index 0f87e0d..6ecce42 100644 --- a/src/components/TaskList.tsx +++ b/src/components/TaskList.tsx @@ -272,7 +272,7 @@ export function TaskList() { }} title="Remove task" > - x + × </button> </div> ); diff --git a/src/components/TimerView.tsx b/src/components/TimerView.tsx index b56e6a8..973f09f 100644 --- a/src/components/TimerView.tsx +++ b/src/components/TimerView.tsx @@ -122,7 +122,6 @@ export function TimerView() { lineHeight: 1, color: 'var(--fg-1)', letterSpacing: '-0.02em', - fontVariantNumeric: 'tabular-nums', }} > {formatTime(remainingSecs)} |
