From 8b31422843b02d108195e8933d6a401d2ae4039d Mon Sep 17 00:00:00 2001 From: daikiojm Date: Thu, 10 Jun 2021 23:23:48 +0900 Subject: [PATCH] fix: fix typo in css and sass variable --- src/components/ShortModal/ShortModal.vue | 2 +- src/stylesheets/variables/_index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ShortModal/ShortModal.vue b/src/components/ShortModal/ShortModal.vue index eea6fc1..9825a9d 100644 --- a/src/components/ShortModal/ShortModal.vue +++ b/src/components/ShortModal/ShortModal.vue @@ -132,7 +132,7 @@ export default defineComponent({ display: inline-block; margin: 0; font-size: 1.2rem; - font-weght: bold; + font-weight: bold; @include base-hover; } diff --git a/src/stylesheets/variables/_index.scss b/src/stylesheets/variables/_index.scss index 7b5c579..656b7a8 100644 --- a/src/stylesheets/variables/_index.scss +++ b/src/stylesheets/variables/_index.scss @@ -113,7 +113,7 @@ $transition-timing-function: ease !default; // ========================================================================== $form-border: 1px solid #767676 !default; -$form-boder-color: #767676 !default; +$form-border-color: #767676 !default; $form-border-radius: 3px !default; $form-transition-duration: 0.3s !default; $form-transition-property: border-color, box-shadow, background-color !default;