Skip to content

Commit

Permalink
fix: gaspopover button variant to action
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Sep 28, 2023
1 parent 8881ccc commit 2c78068
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions libs/oeth/shared/src/components/GasPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,11 @@ export function GasPopover({
}}
/>
<Button
variant="contained"
variant="action"
sx={{
borderRadius: 20,
borderRadius: 8,
fontSize: 14,
height: '38px',
bgColor:
'linear-gradient(90deg, var(--mui-palette-primary-main) 0%, var(--mui-palette-primary-dark) 100%)',
'&:disabled': {
opacity: 0.3,
},
}}
fullWidth
disabled={slippage === DEFAULT_SLIPPAGE}
Expand Down

0 comments on commit 2c78068

Please sign in to comment.