prettier formatting for app/

This commit is contained in:
Brandon Liu
2023-03-12 13:34:50 +08:00
parent 802f6aea4e
commit 84fad95cde
7 changed files with 132 additions and 79 deletions

View File

@@ -41,7 +41,13 @@ const StyledLink = styled(
justifyContent: "center",
alignItems: "center",
},
{ "&:hover": { backgroundColor: "$hover", color:"$white", cursor: "pointer" } }
{
"&:hover": {
backgroundColor: "$hover",
color: "$white",
cursor: "pointer",
},
}
);
const StyledToggleGroup = styled(ToolbarPrimitive.ToggleGroup, {