Skip to content

Commit

Permalink
change width of wallet button
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Jan 2, 2024
1 parent cd17761 commit b34f429
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/styles/button-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ const company = defineStyle({
});

const wallet = defineStyle({
p: '10px',
h: '50px',
w: '275px',
bgGradient: 'linear(to-b, background.content.01, background.content.02)',
border: '0.5px solid',
borderColor: 'border.white.01',
Expand Down

0 comments on commit b34f429

Please sign in to comment.