Increase dots size in product card list (#3505)
This commit is contained in:
parent
dc960a22b4
commit
70ed5f87a1
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ const getStatusColor = (
|
|||
|
||||
export const StatusDot: React.FC<StatusDotProps> = ({ status }) => (
|
||||
<Box
|
||||
width={4}
|
||||
height={4}
|
||||
width={5}
|
||||
height={5}
|
||||
borderRadius="50%"
|
||||
backgroundColor={getStatusColor(status)}
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue