diff --git a/src/components/Banner/BannerSection.vue b/src/components/Banner/BannerSection.vue index 75ce961..b4cac94 100644 --- a/src/components/Banner/BannerSection.vue +++ b/src/components/Banner/BannerSection.vue @@ -76,7 +76,7 @@ - + --> @@ -123,7 +123,7 @@ import { onMounted, watch, ref, computed, nextTick } from 'vue' import useStore from '../../composables/global/useStore' import { defineAsyncComponent } from '@vue/runtime-core' import { TrashIcon, RefreshIcon, LoginIcon, DotsVerticalIcon } from '@heroicons/vue/outline' -import Modal from '../Shared/Modal.vue' +import ThemedModal from '../Shared/ThemedModal.vue' import { useRoute } from 'vue-router' const { diff --git a/src/components/Channels/CreateChannel.vue b/src/components/Channels/CreateChannel.vue index d2e4b86..ab5fe7c 100644 --- a/src/components/Channels/CreateChannel.vue +++ b/src/components/Channels/CreateChannel.vue @@ -9,7 +9,7 @@ - + Channel name:
@@ -20,7 +20,7 @@ placeholder="Enter channel name" />
-
+
- + diff --git a/src/components/Shared/CreateSpace.vue b/src/components/Shared/CreateSpace.vue new file mode 100644 index 0000000..542da53 --- /dev/null +++ b/src/components/Shared/CreateSpace.vue @@ -0,0 +1,100 @@ + + + diff --git a/src/components/Shared/Modal.vue b/src/components/Shared/ThemedModal.vue similarity index 92% rename from src/components/Shared/Modal.vue rename to src/components/Shared/ThemedModal.vue index cbe927e..fa7d3fd 100644 --- a/src/components/Shared/Modal.vue +++ b/src/components/Shared/ThemedModal.vue @@ -6,7 +6,7 @@ Modal Title
-
Modal Body
+
Modal Body
@@ -18,7 +18,7 @@