Skip to content
This repository was archived by the owner on May 26, 2022. It is now read-only.

Commit 798f002

Browse files
author
Adam
committed
fix wrong syntax
1 parent 1036d0d commit 798f002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/UserList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Container = styled.div`
2626
left: 0;
2727
opacity: ${(p: IContainerProps) => (p.hidden ? 1 : 0)};
2828
pointer-events: ${(p: IContainerProps) => (p.hidden ? 'all' : 'none')};
29-
transition: opacity: 0.25s;
29+
transition: opacity 0.25s;
3030
}
3131
3232
@media only screen and (min-width: 1025px) {

0 commit comments

Comments
 (0)