diff --git a/src/styles/App.css b/src/styles/App.css index 33d1989..436d3fc 100644 --- a/src/styles/App.css +++ b/src/styles/App.css @@ -104,8 +104,7 @@ button:disabled { grid-template-areas: "board" "currentWord" - "shapes" - ; + "shapes"; } #exitDaily { @@ -173,7 +172,7 @@ button:disabled { grid-template-columns: repeat(4, 5vmin); grid-template-rows: repeat(4, 5vmin); margin: 10px; - gap:0; + gap: 0; } .shapeBox.filled { diff --git a/src/styles/ControlBar.css b/src/styles/ControlBar.css index e230a9c..0440395 100644 --- a/src/styles/ControlBar.css +++ b/src/styles/ControlBar.css @@ -40,7 +40,8 @@ } #calendarButton { - background-image: url("../images/icons/daily.svg"), + background-image: + url("../images/icons/daily.svg"), radial-gradient(circle, rgb(239 239 239 / 60%) 30%, rgb(55 54 71)); width: calc(var(--default-font-size) * 2); }