Skip to content

Commit

Permalink
IV: Fix filter footer size
Browse files Browse the repository at this point in the history
  • Loading branch information
nitoyon committed Jan 26, 2025
1 parent be964fa commit 39988be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/IvCalc/PokemonFilterFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const PokemonFilterFooter = React.memo(({
onClick={onFilterButtonClick}>
<SearchIcon style={{paddingRight: '0'}}/>{t(value.isFiltered ? 'on' : 'off')}
</RoundedButton>
<RoundedButton style={{padding: '.2rem .8rem', marginRight: '.5rem', width: "8rem", textAlign: 'left'}}
<RoundedButton style={{padding: '.2rem .8rem', marginRight: '.5rem', width: "9rem", textAlign: 'left'}}
onClick={onSortButtonClick} ref={sortMenuAnchorRef}>
<SortIcon style={{paddingRight: '.4rem'}}/>{t(value.sort)}
</RoundedButton>
Expand Down

0 comments on commit 39988be

Please sign in to comment.