Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Jan 17, 2025
1 parent bedfb77 commit dfdb5da
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/app/components/Staking/Stake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ const Stake = () => {

<SwitchChainButton>
<Button
size="large"
fullWidth
sx={{mt: 2}}
type="submit"
Expand Down
1 change: 1 addition & 0 deletions apps/app/components/Staking/Unstake.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ const Unstake = () => {
</TableContainer>

<Button
size="large"
fullWidth
loading={isClaimLoading}
disabled={
Expand Down
1 change: 1 addition & 0 deletions apps/app/components/Web3Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const Web3Provider = ({
locale="en-US"
modalSize="compact"
theme={darkTheme({
borderRadius: 'medium',
accentColor: '#c5ff46',
accentColorForeground: '#333',
})}
Expand Down

0 comments on commit dfdb5da

Please sign in to comment.