mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Feat: Update apps/theming/lib/Themes/DefaultTheme.php
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: Marco <marcoambrosini@proton.me>
This commit is contained in:
parent
68cba58e33
commit
fddb2f03f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue