mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 11:42:21 +03:00
feat/confirm-pack-delete: adjust styles
This commit is contained in:
parent
dc0d36b07a
commit
1d5aba762a
@ -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`,
|
||||
})
|
||||
|
@ -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')}
|
||||
|
Loading…
Reference in New Issue
Block a user