diff --git a/client/components/feature-example/style.scss b/client/components/feature-example/style.scss index a40f0a5560c5f..62e4b02edef8c 100644 --- a/client/components/feature-example/style.scss +++ b/client/components/feature-example/style.scss @@ -10,5 +10,5 @@ top: 0; height: 300px; width: 100%; - background: linear-gradient( to bottom, rgba(255, 255, 255, .3), rgba(245, 245, 245, 1) ); + background: linear-gradient( to bottom, rgba(243, 246, 248, 0.4), rgba( 243, 246, 248, 1) ); } \ No newline at end of file