diff --git a/docs/src/components/Demo/index.vue b/docs/src/components/Demo/index.vue index 4d99d5d9..1f3bb2d1 100644 --- a/docs/src/components/Demo/index.vue +++ b/docs/src/components/Demo/index.vue @@ -1,27 +1,32 @@ diff --git a/docs/src/components/Demo/style.scss b/docs/src/components/Demo/style.scss index f5a43b88..78fb02e6 100644 --- a/docs/src/components/Demo/style.scss +++ b/docs/src/components/Demo/style.scss @@ -52,4 +52,10 @@ &__link { padding: 1rem 1.5rem; } + + &__error { + padding: 1rem 1.5rem; + color: $colorRed; + background-color: rgba($colorRed, 0.1); + } } \ No newline at end of file