Skip to content

Remove confusing spacing additions #36

Remove confusing spacing additions

Remove confusing spacing additions #36

Triggered via push May 27, 2024 14:16
Status Failure
Total duration 29s
Artifacts

publish.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
index.test.js > Can create a Material design TailwindCSS configuration: index.test.js#L8
Error: Snapshot `Can create a Material design TailwindCSS configuration 1` mismatched - Expected + Received @@ -1,272 +1,423 @@ { "config": { "theme": { - "borderRadius": { - "full": "100%", - "lg": "1rem", - "md": "0.75rem", - "none": "0px", - "sm": "0.5rem", - "xl": "1.75rem", - "xs": "0.25rem", - }, - "boxShadow": { - "elevation-dark-level-1": "0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15)", - "elevation-dark-level-2": "0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15)", - "elevation-dark-level-3": "0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15)", - "elevation-dark-level-4": "0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15)", - "elevation-dark-level-5": "0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15)", - "elevation-light-level-1": "0px 1px 3px 1px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3)", - "elevation-light-level-2": "0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.3)", - "elevation-light-level-3": "0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 4px 8px 3px rgba(0, 0, 0, 0.15)", - "elevation-light-level-4": "0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 6px 10px 4px rgba(0, 0, 0, 0.15)", - "elevation-light-level-5": " 0px 4px 4px 0px rgba(0, 0, 0, 0.3), 0px 8px 12px 6px rgba(0, 0, 0, 0.15)", - "none": "none", - }, - "colors": { - "dark": { - "background": "#131318", - "error": "#ffb4ab", - "error-container": "#93000a", - "inverse-on-surface": "#303036", - "inverse-primary": "#525a92", - "inverse-surface": "#e4e1e9", - "neutral-palette-key-color": "#77767d", - "neutral-variant-palette-key-color": "#767680", - "on-background": "#e4e1e9", - "on-error": "#690005", - "on-error-container": "#ffdad6", - "on-primary": "#232c61", - "on-primary-container": "#dfe0ff", - "on-primary-fixed": "#0c154b", - "on-primary-fixed-variant": "#3a4279", - "on-secondary": "#2d2f42", - "on-secondary-container": "#e0e1f9", - "on-secondary-fixed": "#181a2c", - "on-secondary-fixed-variant": "#434559", - "on-surface": "#e4e1e9", - "on-surface-variant": "#c7c5d0", - "on-tertiary": "#45263d", - "on-tertiary-container": "#ffd7f0", - "on-tertiary-fixed": "#2d1227", - "on-tertiary-fixed-variant": "#5d3c54", - "outline": "#90909a", - "outline-variant": "#46464f", - "primary": "#bbc3ff", - "primary-container": "#3a4279", - "primary-fixed": "#dfe0ff", - "primary-fixed-dim": "#bbc3ff", - "primary-palette-key-color": "#6b73ad", - "scrim": "#000000", - "secondary": "#c4c5dd", - "secondary-container": "#434559", - "secondary-fixed": "#e0e1f9", - "secondary-fixed-dim": "#c4c5dd", - "secondary-palette-key-color": "#74768c", - "shadow": "#000000", - "surface": "#131318", - "surface-bright": "#39393f", - "surface-container": "#1f1f25", - "surface-container-high": "#29292f", - "surface-container-highest": "#34343a", - "surface-container-low": "#1b1b21", - "surface-container-lowest": "#0d0e13", - "surface-dim": "#131318", - "surface-tint": "#bbc3ff", - "surface-variant": "#46464f", - "tertiary": "#e6bad7", - "tertiary-container": "#5d3c54", - "tertiary-fixed": "#ffd7f0", - "tertiary-fixed-dim": "#e6bad7", - "tertiary-palette-key-color": "#926c86", + "extend": { + "borderRadius": { + "extraLarge": "1.75rem", + "extraSmall": "0.25rem", + "large": "1rem", +
build
Process completed with exit code 1.