Skip to content

Commit

Permalink
fix: user detele btn style
Browse files Browse the repository at this point in the history
  • Loading branch information
kris liu authored and kris-liu-smile committed Dec 5, 2022
1 parent ad9d273 commit b50e4f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/storefront/src/pages/usermanagement/Usermanagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,9 @@ const Usermanagement = () => {
handleLeftClick={handleCancelClick}
handRightClick={handleDeleteUserClick}
row={userItem}
rightStyleBtn={{
color: '#D32F2F',
}}
>
<Box
sx={{
Expand Down

0 comments on commit b50e4f4

Please sign in to comment.