Skip to content
Snippets Groups Projects
Unverified Commit 5258ec54 authored by Kamil Mielnik's avatar Kamil Mielnik Committed by GitHub
Browse files

Fix background-color usage in CSS-in-JS (#44204)

parent 4f25a472
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ export const getSkeletonOverrides = (): MantineThemeOverride["components"] => {
return {
// We replace Mantine's pulsing animation with a shimmer animation
root: {
"background-color": "rgba(0, 0, 0, .03)",
backgroundColor: "rgba(0, 0, 0, .03)",
"&::before": {
background:
"linear-gradient(100deg, transparent, rgba(0, 0, 0, .03) 50%, transparent) ! important",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment