Confirmation Dialogs

This commit is contained in:
Gregory Schier
2023-03-26 12:02:20 -07:00
parent 11b719955b
commit b2dcc38982
12 changed files with 150 additions and 43 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
},
height: {
"xs": "1.5rem",
"sm": "2.00rem",
"sm": "2.0rem",
"md": "2.5rem"
},
lineHeight: {
@@ -23,7 +23,7 @@ module.exports = {
"xs": "calc(1.5rem - 2px)",
"sm": "calc(2.0rem - 2px)",
"md": "calc(2.5rem - 2px)"
}
},
},
fontFamily: {
"mono": ["JetBrains Mono", "Menlo", "monospace"],