From 984803c52c26eaa2e4421aa3bf73062ad799f19d Mon Sep 17 00:00:00 2001 From: Ginger Date: Tue, 16 Sep 2025 09:36:07 -0400 Subject: [PATCH] Add slightly more padding above the profile save and cancel buttons --- src/app/features/settings/account/Profile.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/features/settings/account/Profile.tsx b/src/app/features/settings/account/Profile.tsx index 1c866102..331c463a 100644 --- a/src/app/features/settings/account/Profile.tsx +++ b/src/app/features/settings/account/Profile.tsx @@ -33,6 +33,7 @@ import { PopOut, RectCords, Menu, + Line, } from 'folds'; import FocusTrap from 'focus-trap-react'; import { UserEvent } from 'matrix-js-sdk'; @@ -595,19 +596,20 @@ export function Profile() { )} + - - - - + + + + + +