Skip to content

Commit

Permalink
Updated Ticket Button and Ui fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SoNiC-HeRE committed Sep 30, 2023
1 parent 9b36c4d commit cab3c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Buttons/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Button({className, children, overlay, onClick, type, disabled}) {
disabled={disabled}
type={type}
onClick={onClick}
className={`${overlay ? '' : 'gradient-bg'} text-white h-[54px] rounded-md p-[8px] ${className}`}
className={`${overlay ? '' : 'gradient-bg'} text-white h-[70px] rounded-md p-[8px] ${className}`}
>{children}</button>
);
}
Expand Down
2 changes: 1 addition & 1 deletion components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function Header() {
target='_blank'
rel='noreferrer'
>
<Button className='w-[200px]'>Get Free Tickets</Button>
<Button className='w-[300px]'><b>Get Free Tickets</b> <br/> Madrid</Button>
</a>
</div>
</div>
Expand Down

0 comments on commit cab3c26

Please sign in to comment.