mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 10:13:25 +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
|
||||
}
|
||||
>
|
||||
<Select.ItemText>{item}</Select.ItemText>
|
||||
<Select.ItemText>
|
||||
{item.charAt(0).toUpperCase() + item.slice(1)}
|
||||
</Select.ItemText>
|
||||
<Select.ItemIndicator ml="auto">
|
||||
<MaterialIcons
|
||||
name="check-circle"
|
||||
|
Reference in New Issue
Block a user