Bump icon size

This commit is contained in:
Eric Bailey
2024-05-16 15:18:11 -05:00
parent 78191bec10
commit c783fa274d
+2 -9
View File
@@ -67,14 +67,7 @@ export function MessagesScreen({navigation, route}: Props) {
color="secondary" color="secondary"
shape="square" shape="square"
style={[a.justify_center]}> style={[a.justify_center]}>
<SettingsSlider <SettingsSlider size="md" style={[t.atoms.text_contrast_medium]} />
size="md"
style={[
{
color: t.palette.contrast_700,
},
]}
/>
</Link> </Link>
) )
}, [_, t]) }, [_, t])
@@ -252,7 +245,7 @@ function DesktopHeader({
variant="ghost" variant="ghost"
shape="square" shape="square"
onPress={onNavigateToSettings}> onPress={onNavigateToSettings}>
<ButtonIcon icon={SettingsSlider} /> <SettingsSlider size="md" style={[t.atoms.text_contrast_medium]} />
</Button> </Button>
{gtTablet && ( {gtTablet && (
<Button <Button