aboutsummaryrefslogtreecommitdiffstats
path: root/components/base
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2024-03-13 18:17:07 +0000
committerLeonardo Bishop <me@leonardobishop.com>2024-03-13 18:17:55 +0000
commit825d2cadee4ddf34d0dde8c278fc8e8a99e95b95 (patch)
tree92be3e83ad6af8aa9d7f8861f8c4cd3d8ae4f486 /components/base
parentba28c0148cab26fcaf523e84731ffb7c416b3338 (diff)
Add export modal
Diffstat (limited to 'components/base')
-rw-r--r--components/base/Modal.vue6
1 files changed, 5 insertions, 1 deletions
diff --git a/components/base/Modal.vue b/components/base/Modal.vue
index f7b6df3..f3a32d0 100644
--- a/components/base/Modal.vue
+++ b/components/base/Modal.vue
@@ -62,7 +62,11 @@ const model = defineModel();
}
.header {
- border-bottom: 1px solid var(--color-border);
margin-bottom: 1rem;
}
+
+:deep(.header) h2 {
+ font-weight: 600;
+ border-bottom: none;
+}
</style> \ No newline at end of file