mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 06:23:06 +02:00
Fix OS light mode issues for Wizard by forcing dark mode on components.
This commit is contained in:
parent
633a195da6
commit
e080b9b6e2
1 changed files with 6 additions and 0 deletions
|
@ -356,6 +356,7 @@
|
||||||
<q-select
|
<q-select
|
||||||
label="Metaverse usernames (press enter)"
|
label="Metaverse usernames (press enter)"
|
||||||
filled
|
filled
|
||||||
|
dark
|
||||||
v-model="administratorsListSecurityModel"
|
v-model="administratorsListSecurityModel"
|
||||||
use-input
|
use-input
|
||||||
use-chips
|
use-chips
|
||||||
|
@ -372,6 +373,7 @@
|
||||||
v-model="connectionSecurityModel"
|
v-model="connectionSecurityModel"
|
||||||
:options="connectionSecurityOptions"
|
:options="connectionSecurityOptions"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
dark
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
/>
|
/>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
@ -382,6 +384,7 @@
|
||||||
v-model="rezSecurityModel"
|
v-model="rezSecurityModel"
|
||||||
:options="rezSecurityOptions"
|
:options="rezSecurityOptions"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
dark
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
/>
|
/>
|
||||||
</q-card-section>
|
</q-card-section>
|
||||||
|
@ -432,6 +435,7 @@
|
||||||
<q-input
|
<q-input
|
||||||
v-model="adminCredentialsUsername"
|
v-model="adminCredentialsUsername"
|
||||||
filled
|
filled
|
||||||
|
dark
|
||||||
label="Username"
|
label="Username"
|
||||||
hint="Enter your username."
|
hint="Enter your username."
|
||||||
lazy-rules
|
lazy-rules
|
||||||
|
@ -441,6 +445,7 @@
|
||||||
<q-input
|
<q-input
|
||||||
v-model="adminCredentialsPassword"
|
v-model="adminCredentialsPassword"
|
||||||
filled
|
filled
|
||||||
|
dark
|
||||||
label="Password"
|
label="Password"
|
||||||
:type="adminCredentialsShowPassword ? 'text' : 'password'"
|
:type="adminCredentialsShowPassword ? 'text' : 'password'"
|
||||||
hint="Enter your password."
|
hint="Enter your password."
|
||||||
|
@ -459,6 +464,7 @@
|
||||||
<q-input
|
<q-input
|
||||||
v-model="adminCredentialsConfirmPassword"
|
v-model="adminCredentialsConfirmPassword"
|
||||||
filled
|
filled
|
||||||
|
dark
|
||||||
label="Confirm Password"
|
label="Confirm Password"
|
||||||
:type="adminCredentialsShowConfirmPassword ? 'text' : 'password'"
|
:type="adminCredentialsShowConfirmPassword ? 'text' : 'password'"
|
||||||
hint="Enter your password again."
|
hint="Enter your password again."
|
||||||
|
|
Loading…
Reference in a new issue