Skip to content

Commit

Permalink
Fix hands warning button styling (#978)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX authored Apr 5, 2024
1 parent b639523 commit 5471f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gui/src/components/settings/HandsWarningModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ export function HandsWarningModal({
</Localized>

<div className="flex flex-row gap-3 pt-5 place-content-center">
<Button variant="secondary" onClick={onClose}>
<Button variant="primary" onClick={onClose}>
{l10n.getString(
'settings-general-steamvr-trackers-hands-warning-cancel'
)}
</Button>
<Button variant="primary" onClick={accept}>
<Button variant="tertiary" onClick={accept}>
{l10n.getString(
'settings-general-steamvr-trackers-hands-warning-done'
)}
Expand Down

0 comments on commit 5471f5e

Please sign in to comment.