Skip to content

Commit

Permalink
fix: for earn on style page
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-enya committed Sep 6, 2023
1 parent df0965b commit 954226e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 0 additions & 8 deletions packages/boba/gateway/src/components/listEarn/ListEarn.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,11 @@ import { logAmount, powAmount, formatLargeNumber } from 'util/amountConvert';
import { BigNumber } from 'ethers';

import { openAlert, openModal } from 'actions/uiAction';

import { getEarnInfo, updateStakeToken, updateWithdrawToken } from 'actions/earnAction';


import ExpandMoreIcon from '@mui/icons-material/ExpandMore';

import networkService from 'services/networkService'

import { Box,Fade, CircularProgress } from '@mui/material';
import * as S from "./styles"
import { getAllAddresses, getReward } from 'actions/networkAction';

import {AprLabel} from 'components/global/label'
import {IconLabel} from 'components/global/IconLabel';
import {TableContent} from 'components/global/table'

Expand Down
3 changes: 2 additions & 1 deletion packages/boba/gateway/src/components/listEarn/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export const SvgContianer = styled.div`
display: flex;
}
svg {
fill: #eeeeee;
fill: ${({ theme }) =>
theme.name === 'light' ? theme.colors.gray[700] : '#eeeeee'};
}
`

0 comments on commit 954226e

Please sign in to comment.