Skip to content

Commit

Permalink
background of approval and deny button layer
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Nov 25, 2024
1 parent 96270e0 commit 81e3ea4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions apps/extension/src/routes/popup/approval/approve-deny.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ export const ApproveDeny = ({

return (
<div
className='flex flex-row justify-between gap-4 rounded-md bg-black p-4 shadow-md'
style={{ paddingBottom: '28px', paddingTop: '28px' }}
className='flex flex-row justify-between gap-4 rounded-md p-4 shadow-md'
style={{
backgroundColor: '#1A1A1A',
paddingBottom: '28px',
paddingTop: '28px',
}}
>
<Button
variant='gradient'
Expand Down

0 comments on commit 81e3ea4

Please sign in to comment.