Skip to content

Commit

Permalink
Merge pull request #588 from cocrafts/tanle/cont-improve-ui-1.2.1
Browse files Browse the repository at this point in the history
[wallet] chore: cont improve UI 1.2.1
  • Loading branch information
tanlethanh authored Jul 7, 2024
2 parents 5e5c6ea + 87f1400 commit b5700e8
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import { useWidgets } from 'utils/hooks';
import { navigate } from 'utils/navigation';
import { addWidgetToStorage } from 'utils/storage';

import LoveAndActiveCount from '../Highlights/LoveAndActiveCount';

export const ITEM_WIDTH = 290;

interface HighlightItemProps {
Expand Down Expand Up @@ -71,10 +69,10 @@ const HighlightItem: FC<HighlightItemProps> = ({ widget }) => {
{widget.storeMeta.description}
</Text>

<LoveAndActiveCount
{/* <LoveAndActiveCount
loveCount={widget.storeMeta.loveCount}
activeCount={widget.storeMeta.activeCount}
/>
/> */}
</View>

<TouchableOpacity style={styles.addBtn} onPress={handleOnPress}>
Expand Down Expand Up @@ -115,7 +113,7 @@ const styles = StyleSheet.create({
},
title: {
color: '#ffffff',
fontSize: 16,
fontSize: 14,
fontWeight: '500',
},
addBtn: {
Expand Down

0 comments on commit b5700e8

Please sign in to comment.