Skip to content

Commit

Permalink
Range controller UI refinement
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw committed Jan 5, 2024
1 parent 8653413 commit db6656d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/home/SearchRangeController.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const SearchRangeController = () => {

return (
<Paper sx={paperSx}>
<Typography variant="body2">{t("搜尋範圍(米)")}:</Typography>
<Typography variant="caption">{t("搜尋範圍(米)")}:</Typography>
<ToggleButtonGroup
value={
DEFAULT_SEARCH_RANGE_OPTIONS.includes(searchRange)
Expand All @@ -39,6 +39,7 @@ const SearchRangeController = () => {
}
}}
aria-label="search range"
size="small"
exclusive
>
{DEFAULT_SEARCH_RANGE_OPTIONS.map((range) => {
Expand Down

0 comments on commit db6656d

Please sign in to comment.