From fddb2f03f0ffba6d0a295c67622c5fce6baba663 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 12 Jun 2024 21:59:37 +0200 Subject: [PATCH] Feat: Update apps/theming/lib/Themes/DefaultTheme.php Co-authored-by: Ferdinand Thiessen Signed-off-by: Marco --- apps/theming/lib/Themes/DefaultTheme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.39.5