Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

views: improve approval dialogue rendering #241

Merged
merged 8 commits into from
Nov 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/extension/src/routes/popup/approval/approve-deny.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export const ApproveDeny = ({
</Button>
{ignore && (
<Button
className='w-[32%] py-2.5 text-sm hover:bg-destructive/90'
size='md'
className='w-1/2 py-3.5 text-base hover:bg-destructive/90'
size='lg'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix dimensions of site settings button


before

Screenshot 2024-11-24 at 9 48 10 PM

after

Screenshot 2024-11-24 at 9 51 31 PM

variant='secondary'
onClick={ignore}
>
Expand Down
Loading