From 399f07ee6e448040166d2f9d299dc89133e984de Mon Sep 17 00:00:00 2001 From: Daria Golova Date: Mon, 17 Oct 2022 17:14:13 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D0=BB=D0=B0=20tailwind.config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/calendar/components/CalendarBackground.vue | 2 +- tailwind.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/calendar/components/CalendarBackground.vue b/src/pages/calendar/components/CalendarBackground.vue index 8f70a54..429a388 100644 --- a/src/pages/calendar/components/CalendarBackground.vue +++ b/src/pages/calendar/components/CalendarBackground.vue @@ -2,7 +2,7 @@ .calendar-background-wrapper.flex.flex-col .header.flex.items-center.justify-between.py-2.px-6 .body.flex.flex-col - .time-circle-indicator.-left-6(v-if="isShownIndicator" :style="circleIndicatorLocation") + .time-circle-indicator.-left-6px(v-if="isShownIndicator" :style="circleIndicatorLocation") span.time-line-indicator.block(v-if="isShownIndicator" :style="lineIndicatorLocation") .line.flex.items-center(v-for="hour in hoursArray" :key="hour") .middle-line diff --git a/tailwind.config.js b/tailwind.config.js index 162cc69..2380927 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -24,7 +24,7 @@ module.exports = { 43: "43px", }, spacing: { - 6: "6px", + "6px": "6px", }, }, },