Skip to content

Commit

Permalink
chore: update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Jan 31, 2024
1 parent ec50379 commit f68fcdd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/modules/PublicSale/activities/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Good luck and have fun!
[styles.itemWrapper_title__active]: isExpanded,
})}
>
<Text>{item.tag}: {title} {item.key === currentDay.diffDay && <span>(Happening Now)</span>}</Text>
<Text>{item.key === currentDay.diffDay && <span>Happening Now</span>} {item.tag}: {title}</Text>
</Flex>
<button>
<SvgInset
Expand Down Expand Up @@ -305,7 +305,7 @@ Good luck and have fun!
padding={{ base: '24px', md: '24px 24px 32px 24px' }}
>
<p className={styles.container__title}>
7 days of awesomeness. Experience Bitcoin like never before.
Experience Bitcoin like never before.
</p>
<Accordion allowToggle={true} allowMultiple={false} index={expandIndex as any} onChange={(expandedIndex) => {
setExpandIndex(expandedIndex as number)
Expand Down
8 changes: 7 additions & 1 deletion src/modules/PublicSale/activities/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@
}

span {
color: #FA4E0E;
color: white;
padding: 2px 4px;
font-size: 10px;
font-weight: 400;
border-radius: 100px;
background: #FA4E0E;
margin-right: 4px;
}

@include is-mobile {
Expand Down

0 comments on commit f68fcdd

Please sign in to comment.