Skip to content

Commit

Permalink
Font size adjustments for app
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Jun 11, 2024
1 parent 10ebc81 commit bbf9c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/design/fonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@ const sizes = [
},
{
name: 'L',
value: '18px',
value: '20px',
variable: '--btcpay-font-size-l'
},
{
name: 'XL',
value: '36px',
value: '28px',
variable: '--btcpay-font-size-xl'
},
{
name: 'XXL',
value: '45px',
value: '36px',
variable: '--btcpay-font-size-xxl'
}
]
Expand Down

0 comments on commit bbf9c2a

Please sign in to comment.