Dialogs and Vuetify styling changes
This commit is contained in:
parent
2ba0d57aa8
commit
a97211afdf
45 changed files with 320 additions and 346 deletions
|
|
@ -29,7 +29,7 @@ export default {
|
|||
"background-color": "white",
|
||||
disabled: this.creatingRoom,
|
||||
//autofocus: true,
|
||||
solo: true,
|
||||
variant: "solo",
|
||||
required: true,
|
||||
};
|
||||
},
|
||||
|
|
@ -50,8 +50,9 @@ export default {
|
|||
rules: this.roomTopicRules,
|
||||
maxLength: "500",
|
||||
disabled: this.creatingRoom,
|
||||
filled: true,
|
||||
rounded: true,
|
||||
variant: "filled",
|
||||
class: "no-underline",
|
||||
//rounded: true,
|
||||
"hide-details": true,
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue