Skip to content

Commit

Permalink
increase the size and visibility of 'enter on device' button (#6581)
Browse files Browse the repository at this point in the history
  • Loading branch information
franco-chan authored Jan 22, 2025
1 parent 9a07b7d commit ae86021
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/kit/src/components/Hardware/Hardware.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -315,13 +315,13 @@ export function EnterPin({
</Button>
<Button
m="$0"
mt="$2"
mt="$2.5"
$md={
{
size: 'large',
} as any
}
variant="tertiary"
variant="secondary"
onPress={() => {
switchOnDevice();
}}
Expand Down Expand Up @@ -486,13 +486,13 @@ export function EnterPhase({
</Button>
<Button
m="$0"
mt="$2"
mt="$2.5"
$md={
{
size: 'large',
} as any
}
variant="tertiary"
variant="secondary"
onPress={switchOnDevice}
>
{intl.formatMessage({ id: ETranslations.global_enter_on_device })}
Expand Down

0 comments on commit ae86021

Please sign in to comment.