Skip to content

Commit

Permalink
fix zoom input width
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Jul 23, 2024
1 parent f66429f commit 700f698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/organisms/settings/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ function AppearanceSection() {
style={{ width: toRem(150) }}
variant={pageZoom !== currentZoom ? 'Primary' : 'Background'}
size="400"
inputSize={100}
type="number"
min="75"
max="150"
Expand Down

0 comments on commit 700f698

Please sign in to comment.