diff --git a/src/components/flow/Cell/styles.scss b/src/components/flow/Cell/styles.scss index 2403bd68..f3c2b454 100644 --- a/src/components/flow/Cell/styles.scss +++ b/src/components/flow/Cell/styles.scss @@ -31,7 +31,7 @@ top: 0; left: 0; padding: $gap; - background: $content_bg; + background: darken($content_bg, 4%); height: 100%; overflow: hidden;