initial app
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import styled from "@emotion/styled";
|
||||
|
||||
const Caption = styled("caption")(({ theme }) => ({
|
||||
color: theme.palette.text.secondary,
|
||||
fontSize: "0.75rem",
|
||||
lineHeight: 1.5,
|
||||
margin: 0,
|
||||
marginBottom: "0.5rem",
|
||||
display: "block",
|
||||
textAlign: "unset",
|
||||
textTransform: "uppercase",
|
||||
}));
|
||||
|
||||
export default Caption;
|
||||
Reference in New Issue
Block a user