Skip to content

Commit

Permalink
Merge branch 'main' into fix/dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini authored Jan 29, 2025
2 parents 9457a06 + babe830 commit b80fc9d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ export const ConnectWalletPrompt = ({
padding={7}
spacing={8}
width={SizesAndSpaces.MaxWidth.connectWallet}
maxWidth="100%"
maxWidth="90vw"
sx={{
// note: not using mui colors as the color needs to match the background image and we don't have one for chad
backgroundColor: 'var(--table--background-color)',
}}
>
Expand Down

0 comments on commit b80fc9d

Please sign in to comment.