diff options
author | Marco <marcoambrosini@pm.me> | 2024-06-12 21:59:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 21:59:37 +0200 |
commit | fddb2f03f0ffba6d0a295c67622c5fce6baba663 (patch) | |
tree | 0b4c0ffb2736be4798c6f4e30f106c85b75d6dd1 /apps | |
parent | 68cba58e335064214406471107a9e4e92a39be4d (diff) | |
download | nextcloud-server-fddb2f03f0ffba6d0a295c67622c5fce6baba663.tar.gz nextcloud-server-fddb2f03f0ffba6d0a295c67622c5fce6baba663.zip |
Feat: Update apps/theming/lib/Themes/DefaultTheme.php
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: Marco <marcoambrosini@proton.me>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/theming/lib/Themes/DefaultTheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/theming/lib/Themes/DefaultTheme.php b/apps/theming/lib/Themes/DefaultTheme.php index 688269fa2cb..4f95f245f47 100644 --- a/apps/theming/lib/Themes/DefaultTheme.php +++ b/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', |