diff --git a/app/app.vue b/app/app.vue index e4c64eb..94c72ea 100644 --- a/app/app.vue +++ b/app/app.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/app/components/ui/UiButton.vue b/app/components/ui/UiButton.vue index 176d74a..382dbdb 100644 --- a/app/components/ui/UiButton.vue +++ b/app/components/ui/UiButton.vue @@ -34,11 +34,17 @@ const props = defineProps<{ white-space: nowrap; border-radius: 0.25rem; padding: 0.5rem; - font-weight: 500; + font-weight: 550; font-size: 1rem; } .button * { color: white; fill: white; } +.small { + height: 1.75rem; +} +.button.disabled { + background-color: #7a7a7a; +} \ No newline at end of file diff --git a/app/components/ui/alert/ErrorAlert.vue b/app/components/ui/alert/ErrorAlert.vue new file mode 100644 index 0000000..bfdde99 --- /dev/null +++ b/app/components/ui/alert/ErrorAlert.vue @@ -0,0 +1,18 @@ + + + + + \ No newline at end of file diff --git a/app/components/ui/popup/PopupSlot.vue b/app/components/ui/popup/PopupSlot.vue index f9de3b8..f0341cd 100644 --- a/app/components/ui/popup/PopupSlot.vue +++ b/app/components/ui/popup/PopupSlot.vue @@ -1,5 +1,5 @@