mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
prettier formatting for app/
This commit is contained in:
@@ -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, {
|
||||
|
||||
Reference in New Issue
Block a user