From 3d1c1637f3950480c5ea95097a084f5a50ff66f8 Mon Sep 17 00:00:00 2001 From: Michel Wilhelm Date: Sun, 8 Nov 2020 00:18:15 -0300 Subject: [PATCH] Mine red on user click --- src/components/Board/styles.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Board/styles.scss b/src/components/Board/styles.scss index 5d4c760..886e1f0 100644 --- a/src/components/Board/styles.scss +++ b/src/components/Board/styles.scss @@ -68,6 +68,7 @@ background-repeat: no-repeat; background-position: center center; background-size: 90%; + background-color: rgba(255, 0, 0, 0.6); } &-cell {