We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b40bf9 commit de44f0bCopy full SHA for de44f0b
2 files changed
apps/atrium-telegram/app/app.config.ts
@@ -2,22 +2,22 @@ export default defineAppConfig({
2
ui: {
3
input: {
4
slots: {
5
- base: '!ring-muted',
+ base: '!ring-muted placeholder:text-muted/25',
6
},
7
8
inputMenu: {
9
10
11
12
13
selectMenu: {
14
15
16
17
18
textarea: {
19
20
21
22
23
button: {
apps/atrium-telegram/app/components/form/CreateTask.vue
@@ -14,7 +14,7 @@
v-model="state.name"
:placeholder="$t('app.task.name-placeholder')"
size="xl"
- class="w-full items-center justify-center"
+ class="w-full"
/>
</UFormField>
0 commit comments