Match settings modal to design nuances better

This commit is contained in:
Robin Townsend
2023-05-22 12:54:26 -04:00
parent eeb1f4baaf
commit cf1a7f2e21
7 changed files with 25 additions and 21 deletions

View File

@@ -195,7 +195,7 @@ export const SettingsModal = (props: Props) => {
key="profile"
title={
<>
<UserIcon width={16} height={16} />
<UserIcon width={15} height={15} />
<span>{t("Profile")}</span>
</>
}