mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 16:33:26 +00:00
chore: uppercase theme selector text
This commit is contained in:
@@ -181,7 +181,9 @@ export function ThemeSelector(props: SelectProps) {
|
|||||||
i === themeOptions.length - 1 ? "$8" : 0
|
i === themeOptions.length - 1 ? "$8" : 0
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Select.ItemText>{item}</Select.ItemText>
|
<Select.ItemText>
|
||||||
|
{item.charAt(0).toUpperCase() + item.slice(1)}
|
||||||
|
</Select.ItemText>
|
||||||
<Select.ItemIndicator ml="auto">
|
<Select.ItemIndicator ml="auto">
|
||||||
<MaterialIcons
|
<MaterialIcons
|
||||||
name="check-circle"
|
name="check-circle"
|
||||||
|
Reference in New Issue
Block a user