diff --git a/components/dialog/dialog.vue b/components/dialog/dialog.vue index 3c737ec..6341ec2 100644 --- a/components/dialog/dialog.vue +++ b/components/dialog/dialog.vue @@ -46,6 +46,19 @@ onMounted(() => emit('open')); border-radius: 0 0 .25rem .25rem; background: var(--background); } + +.dialog-heading { + color: var(--primary); + margin: 0 0 .5rem 0; + font-size: 1rem; +} + +.dialog-description { + margin: 0 0 .5rem 0; + color: var(--shadow-strong-10); + font-size: .9rem; + line-height: 1.5; +}