1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Use svg icons instead of expo ones

Possibility to control `strokeWidth`
This commit is contained in:
Zhiyuan Zheng
2021-01-03 02:00:26 +01:00
parent 5a80359739
commit dceaf8d25c
62 changed files with 495 additions and 427 deletions

View File

@ -84,7 +84,7 @@ const HeaderDefaultActionsAccount: React.FC<Props> = ({
setBottomSheetVisible(false)
mutate({ type: 'mute' })
}}
iconFront='eye-off'
iconFront='EyeOff'
title={t('timeline:shared.header.default.actions.account.mute.button', {
acct: account.acct
})}
@ -94,7 +94,7 @@ const HeaderDefaultActionsAccount: React.FC<Props> = ({
setBottomSheetVisible(false)
mutate({ type: 'block' })
}}
iconFront='x-circle'
iconFront='XCircle'
title={t(
'timeline:shared.header.default.actions.account.block.button',
{
@ -107,7 +107,7 @@ const HeaderDefaultActionsAccount: React.FC<Props> = ({
setBottomSheetVisible(false)
mutate({ type: 'reports' })
}}
iconFront='flag'
iconFront='Flag'
title={t(
'timeline:shared.header.default.actions.account.report.button',
{