diff --git a/apps/atrium-telegram/app/app.config.ts b/apps/atrium-telegram/app/app.config.ts
index 4f690256..f0c71d8b 100644
--- a/apps/atrium-telegram/app/app.config.ts
+++ b/apps/atrium-telegram/app/app.config.ts
@@ -2,22 +2,22 @@ export default defineAppConfig({
ui: {
input: {
slots: {
- base: '!ring-muted placeholder:text-muted/25',
+ base: '!ring-muted placeholder:text-muted/50',
},
},
inputMenu: {
slots: {
- base: '!ring-muted placeholder:text-muted/25',
+ base: '!ring-muted placeholder:text-muted/50',
},
},
selectMenu: {
slots: {
- base: '!ring-muted placeholder:text-muted/25',
+ base: '!ring-muted placeholder:text-muted/50',
},
},
textarea: {
slots: {
- base: '!ring-muted placeholder:text-muted/25',
+ base: '!ring-muted placeholder:text-muted/50',
},
},
button: {
diff --git a/apps/atrium-telegram/app/app.vue b/apps/atrium-telegram/app/app.vue
index 064c770c..1a2a268c 100644
--- a/apps/atrium-telegram/app/app.vue
+++ b/apps/atrium-telegram/app/app.vue
@@ -6,7 +6,6 @@
position: 'top-center',
class: 'mt-20',
}"
- class="min-h-svh"
>
diff --git a/apps/atrium-telegram/app/assets/css/styles.css b/apps/atrium-telegram/app/assets/css/styles.css
index 910c204e..61fa28a4 100644
--- a/apps/atrium-telegram/app/assets/css/styles.css
+++ b/apps/atrium-telegram/app/assets/css/styles.css
@@ -106,7 +106,7 @@
}
html, body {
- background: transparent !important;
+ background: var(--tg-theme-secondary-bg-color, transparent) !important;
}
::-webkit-scrollbar {
diff --git a/apps/atrium-telegram/app/components/form/CreateEpicComment.vue b/apps/atrium-telegram/app/components/form/CreateEpicComment.vue
index a8ade3f5..b0282eac 100644
--- a/apps/atrium-telegram/app/components/form/CreateEpicComment.vue
+++ b/apps/atrium-telegram/app/components/form/CreateEpicComment.vue
@@ -5,10 +5,11 @@
class="flex flex-col gap-3"
@submit="onSubmit"
>
-
+
-
+
diff --git a/apps/atrium-telegram/app/pages/epic/[epicId]/index.vue b/apps/atrium-telegram/app/pages/epic/[epicId]/index.vue
index b28c9fa5..2556dcd4 100644
--- a/apps/atrium-telegram/app/pages/epic/[epicId]/index.vue
+++ b/apps/atrium-telegram/app/pages/epic/[epicId]/index.vue
@@ -38,17 +38,28 @@
/>
-
+
+
+
+
+
+
+
+
+