Bump icon size
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user