Skip to content

Commit d9e35e7

Browse files
fix: space between pacman sides as they move (#1160)
1 parent a03fc9a commit d9e35e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/spectacle/src/components/animated-progress.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const PacmanBodyTop = styled.div<PacmanBodyProps>`
6262
border-top-left-radius: ${({ pacmanSize }) => pacmanSize / 2}px;
6363
border-top-right-radius: ${({ pacmanSize }) => pacmanSize / 2}px;
6464
// NOTE: So the top and bottom always overlap when sizes are in decimals.
65-
box-shadow: 0 0 0 0.1px ${({ color }) => color};
65+
box-shadow: 0 0 0 0.5px ${({ color }) => color};
6666
animation-name: ${({ alternate }) =>
6767
alternate ? pacmanTopFrames : pacmanTopFramesAlternate};
6868
animation-duration: 0.12s;

0 commit comments

Comments
 (0)