diff --git a/src/components/Placeholder/Placeholder.jsx b/src/components/Placeholder/Placeholder.jsx index dcfac6a150a4..db63f42b3521 100644 --- a/src/components/Placeholder/Placeholder.jsx +++ b/src/components/Placeholder/Placeholder.jsx @@ -1,34 +1,34 @@ // Placeholder string const placeholderString = () => `
-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

-

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

`; function PlaceholderComponent() { return (
-

+

 

-

+

 

-

+

 

diff --git a/src/components/Placeholder/__snapshots__/Placeholder.test.jsx.snap b/src/components/Placeholder/__snapshots__/Placeholder.test.jsx.snap index 07a0ffbab705..7e2b20f8dc29 100644 --- a/src/components/Placeholder/__snapshots__/Placeholder.test.jsx.snap +++ b/src/components/Placeholder/__snapshots__/Placeholder.test.jsx.snap @@ -5,17 +5,17 @@ exports[`PlaceholderComponent renders correctly 1`] = ` class="placeholder" >

 

 

 

diff --git a/src/styles/dark.css b/src/styles/dark.css index 848e50c9c2e3..c761f6a8448a 100644 --- a/src/styles/dark.css +++ b/src/styles/dark.css @@ -118,15 +118,6 @@ @apply bg-[#121212] text-[#9ab3c0]; } - .placeholder h2, - .placeholder p { - @apply bg-[#252525]; - - &:after { - background: linear-gradient(90deg, #252525, #121212, #252525); - } - } - .footer-openjsf-logo { @apply invert; }