stitches config

This commit is contained in:
2022-07-06 03:02:09 -04:00
parent c69a593d61
commit 0f38ab4f0a
8 changed files with 24 additions and 28 deletions
+1 -3
View File
@@ -5,9 +5,7 @@ const Code = styled("code", {
backgroundColor: "$codeBackground",
border: "1px solid $kindaLight",
borderRadius: "$rounded",
// light-dark theme switch fading
transition: "background 0.25s ease, border 0.25s ease",
transition: "background $fade, border $fade",
});
export default Code;