File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ const UserCard: React.FC<{
50
50
username : string ;
51
51
} > = ( { mxid, displayName, username } ) => (
52
52
< section className = "flex items-center p-4 gap-4 border border-[var(--cpd-color-gray-400)] rounded-xl" >
53
- < Avatar id = { mxid } name = { displayName || username } size = "48px " />
53
+ < Avatar id = { mxid } name = { displayName || username } size = "56px " />
54
54
< div className = "flex-1 flex flex-col" >
55
55
< Text type = "body" weight = "semibold" size = "lg" className = "text-primary" >
56
56
{ displayName || username }
@@ -174,7 +174,7 @@ const AccountDeleteButton: React.FC<Props> = (props) => {
174
174
i18nKey = "frontend.account.delete_account.dialog_description"
175
175
components = { {
176
176
text : < Text type = "body" weight = "regular" size = "md" /> ,
177
- list : < ul className = "list-disc list-inside pl-2 " /> ,
177
+ list : < ul className = "list-disc list-outside pl-6 " /> ,
178
178
item : < Text as = "li" type = "body" weight = "regular" size = "md" /> ,
179
179
profile : (
180
180
< UserCard
You can’t perform that action at this time.
0 commit comments