Skip to content

Commit de44f0b

Browse files
committed
fix: placeholders
1 parent 4b40bf9 commit de44f0b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

apps/atrium-telegram/app/app.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ export default defineAppConfig({
22
ui: {
33
input: {
44
slots: {
5-
base: '!ring-muted',
5+
base: '!ring-muted placeholder:text-muted/25',
66
},
77
},
88
inputMenu: {
99
slots: {
10-
base: '!ring-muted',
10+
base: '!ring-muted placeholder:text-muted/25',
1111
},
1212
},
1313
selectMenu: {
1414
slots: {
15-
base: '!ring-muted',
15+
base: '!ring-muted placeholder:text-muted/25',
1616
},
1717
},
1818
textarea: {
1919
slots: {
20-
base: '!ring-muted',
20+
base: '!ring-muted placeholder:text-muted/25',
2121
},
2222
},
2323
button: {

apps/atrium-telegram/app/components/form/CreateTask.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
v-model="state.name"
1515
:placeholder="$t('app.task.name-placeholder')"
1616
size="xl"
17-
class="w-full items-center justify-center"
17+
class="w-full"
1818
/>
1919
</UFormField>
2020

0 commit comments

Comments
 (0)