Make buttons stack on mobile
This commit is contained in:
@@ -52,5 +52,5 @@ export const TranslatedText: React.StatelessComponent<TranslatedTextProps> = ({
|
||||
translate,
|
||||
children,
|
||||
deco,
|
||||
...textProps
|
||||
...textProps,
|
||||
}) => <Text {...textProps}>{translate.get(children, deco)}</Text>;
|
||||
|
Reference in New Issue
Block a user