refactor: typography

This commit is contained in:
ammarahm-ed
2020-11-20 01:23:05 +05:00
parent 92d3c7f810
commit c5c2ed0bf5
33 changed files with 526 additions and 719 deletions

View File

@@ -7,7 +7,7 @@ import { ActionIcon } from '../ActionIcon';
export const HeaderLeftMenu = () => {
const [state] = useTracked();
const {colors, headerMenuState, searchResults} = state;
const {colors, headerMenuState, currentScreen} = state;
const onLeftButtonPress = () => {
if (headerMenuState) {
@@ -19,7 +19,7 @@ export const HeaderLeftMenu = () => {
return (
<>
{!DDS.isTab ? (
{!DDS.isTab || currentScreen === 'search' ? (
<ActionIcon
testID="left_menu_button"
customStyle={{