From 5b85c5224d5c4008575bb41e5f153f40c135a295 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 12:51:01 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 475ac92 according to the output from Prettier. Details: None --- front/src/styles/_calendar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/styles/_calendar.scss b/front/src/styles/_calendar.scss index ab2ea9a..42f1adf 100644 --- a/front/src/styles/_calendar.scss +++ b/front/src/styles/_calendar.scss @@ -106,7 +106,7 @@ } &:nth-child(7n-1), - &:nth-child(7n){ + &:nth-child(7n) { > button { color: rgba($color-on-light, 0.5); }