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;