Skip to content

Commit

Permalink
style: improve explore proposal navbar (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
1M4nt0 authored Oct 18, 2023
1 parent 9250579 commit 915dc7f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion apps/web/pages/course/[address]/proposals/explore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ function ExploreProposals() {
<Layout.Course heading="Explore proposals">
<ProposalContainer courseAddress={courseAddress}>
<Stack spacing={8}>
<Tabs index={status === 'active' ? 0 : 1}>
<Tabs
index={status === 'active' ? 0 : 1}
variant="soft-rounded"
colorScheme={status === 'active' ? 'green' : 'blackAlpha'}
>
<TabList>
<Link
as={NextLink}
Expand Down

0 comments on commit 915dc7f

Please sign in to comment.