Skip to content

Commit

Permalink
Merge branch 'dev' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
JavidHaji-zada committed Jan 11, 2024
2 parents fd48819 + 91e1b45 commit 548f0ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/templates/ExplorerAccount/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const ExplorerAccountView = (
ambPriceData.percentChange24H
)}% ($${NumberUtils.formatNumber(
USDBalance * ambPriceData.percentChange24H
)}) ${t('common.hour.short').toUpperCase()}`}
)}) 24${t('common.hour.short').toUpperCase()}`}
</Text>
</>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,9 @@ export const PortfolioScreenTabs = <T extends Route>(props: Props<T>) => {
<Row justifyContent="space-between" alignItems="center">
<Text
fontFamily="Inter_700Bold"
fontSize={16}
color={COLORS.neutral900}
fontSize={24}
fontWeight="700"
color={COLORS.neutral800}
>
{t('tab.watchlist')}
</Text>
Expand Down
4 changes: 2 additions & 2 deletions src/screens/Search/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
SearchTabParamsList
} from '@appTypes/navigation';
import { COLORS } from '@constants/colors';
import { ScannerQRIcon } from '@components/svg/icons';
import { ScannerIcon } from '@components/svg/icons';
import { ExplorerWalletItem } from './components';
import { SearchSort } from './Search.types';
import { styles } from './styles';
Expand Down Expand Up @@ -103,7 +103,7 @@ export const SearchScreen = () => {
{t('tab.explore')}
</Text>
<Button onPress={searchAddressRef.current?.showScanner}>
<ScannerQRIcon />
<ScannerIcon color={COLORS.neutral600} />
</Button>
</Row>
<View
Expand Down

0 comments on commit 548f0ef

Please sign in to comment.