feat/confirm-pack-delete: adjust styles

This commit is contained in:
Guilherme Viana 2024-04-14 11:18:54 -03:00
parent dc0d36b07a
commit 1d5aba762a
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ import { style } from '@vanilla-extract/css'
export const deleteActionsButtonsCtn = style({
display: 'flex',
width: '100%',
justifyContent: 'center',
justifyContent: 'end',
alignItems: 'center',
gap: `${SPACING_UNIT}px`,
})

View File

@ -34,7 +34,7 @@ export function DeleteModal({
deleteGame()
onClose()
}}
theme='primary'
theme='outline'
disabled={deleting}
>
{t('delete')}
@ -44,7 +44,7 @@ export function DeleteModal({
onClick={() => {
onClose()
}}
theme='outline'
theme='primary'
disabled={deleting}
>
{t('cancel')}