Skip to content

Commit

Permalink
fix: fee tab color (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Jan 24, 2024
1 parent c4b9e22 commit 23c1396
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MultiHopTrade/components/FeeModal/FeeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ export const FeeModal = ({ isOpen, onClose: handleClose }: FeeModalProps) => {
<ModalCloseButton />
<Tabs variant='button'>
<TabList px={6} py={4} borderBottomWidth={1} borderColor='border.base'>
<Tab>{translate('foxDiscounts.feeSummary')}</Tab>
<Tab>{translate('foxDiscounts.simulateFee')}</Tab>
<Tab color='text.subtle'>{translate('foxDiscounts.feeSummary')}</Tab>
<Tab color='text.subtle'>{translate('foxDiscounts.simulateFee')}</Tab>
</TabList>
<TabPanels>
<TabPanel p={0}>
Expand Down

0 comments on commit 23c1396

Please sign in to comment.