Uppercase variant for Heading
This commit is contained in:
@@ -4,7 +4,13 @@ const Heading = styled("span", {
|
||||
fontFamily: "$heading",
|
||||
lineHeight: "$heading",
|
||||
fontWeight: "$heading",
|
||||
textTransform: "uppercase",
|
||||
variants: {
|
||||
uppercase: {
|
||||
true: {
|
||||
textTransform: "uppercase",
|
||||
},
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
export default Heading;
|
||||
|
||||
Reference in New Issue
Block a user