Feat: Update apps/theming/lib/Themes/DefaultTheme.php

Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Marco <marcoambrosini@proton.me>
pull/45818/head
Marco 2 years ago committed by GitHub
parent 68cba58e33
commit fddb2f03f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      apps/theming/lib/Themes/DefaultTheme.php

@ -172,7 +172,7 @@ class DefaultTheme implements ITheme {
// pill-style button, value is large so big buttons also have correct roundness
'--border-radius-pill' => '100px',
'--default-clickable-area' => '32px',
'--default-clickable-area' => '34px',
'--clickable-area-large' => '48px',
'--clickable-area-small' => '24px',
'--default-line-height' => '24px',

Loading…
Cancel
Save