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 }) => (
|
export const StatusDot: React.FC<StatusDotProps> = ({ status }) => (
|
||||||
<Box
|
<Box
|
||||||
width={4}
|
width={5}
|
||||||
height={4}
|
height={5}
|
||||||
borderRadius="50%"
|
borderRadius="50%"
|
||||||
backgroundColor={getStatusColor(status)}
|
backgroundColor={getStatusColor(status)}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue