Goals components. Removed some completed reports.
This commit is contained in:
@@ -25,7 +25,7 @@ export function LanguageButton() {
|
||||
return (
|
||||
<Button key={value} variant="quiet" onPress={() => handleSelect(value)}>
|
||||
<Text
|
||||
weight={value === locale ? 'bold' : 'normal'}
|
||||
weight={value === locale ? 'bold' : 'medium'}
|
||||
color={value === locale ? undefined : 'muted'}
|
||||
>
|
||||
{label}
|
||||
|
||||
Reference in New Issue
Block a user