Skip to content

Commit 1ed1629

Browse files
committed
chore(react): update styles
1 parent e6ed327 commit 1ed1629

File tree

3 files changed

+3
-486
lines changed

3 files changed

+3
-486
lines changed

packages/react/src/components/presentation/UserProfile/BaseUserProfile.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,6 @@ const BaseUserProfile: FC<BaseUserProfileProps> = ({
335335
margin: 0,
336336
padding: theme.spacing.unit / 2 + 'px',
337337
color: theme.colors.text.secondary,
338-
'&:hover': {
339-
color: theme.colors.text.primary,
340-
},
341338
}}
342339
onClick={() => toggleFieldEdit(schema.name!)}
343340
title="Edit"
@@ -447,7 +444,7 @@ const useStyles = () => {
447444
} as CSSProperties,
448445
card: {
449446
background: theme.colors.surface,
450-
borderRadius: theme.borderRadius.medium,
447+
borderRadius: theme.borderRadius.large,
451448
} as CSSProperties,
452449
header: {
453450
display: 'flex',

0 commit comments

Comments
 (0)