feat: loosen up the zod validations and return null instead of throwing
This commit is contained in:
@@ -41,13 +41,8 @@
|
||||
gap: var(--Spacing-x1);
|
||||
}
|
||||
|
||||
.scriptedTitle {
|
||||
span.scriptedTitle {
|
||||
color: var(--script-color);
|
||||
font-family: var(--typography-Script-2-fontFamily);
|
||||
font-size: var(--typography-Script-2-fontSize);
|
||||
font-weight: var(--typography-Script-2-fontWeight);
|
||||
line-height: var(--typography-Script-2-lineHeight);
|
||||
letter-spacing: 0.48px;
|
||||
padding: var(--Spacing-x1);
|
||||
margin: 0;
|
||||
transform: rotate(-3deg);
|
||||
@@ -57,13 +52,8 @@
|
||||
color: var(--font-color);
|
||||
}
|
||||
|
||||
.bodyText {
|
||||
p.bodyText {
|
||||
color: var(--font-color);
|
||||
font-size: var(--typography-Body-Regular-fontSize);
|
||||
font-weight: var(--typography-Body-Regular-fontWeight);
|
||||
line-height: var(--typography-Body-Regular-lineHeight);
|
||||
letter-spacing: 0.096px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.buttonContainer {
|
||||
|
||||
Reference in New Issue
Block a user