1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Update basic user onboarding modal to be readonly rather than disabled and lighten disabled state text

This commit is contained in:
Andrew Kingston 2022-06-10 11:04:17 +01:00
parent b0b69222d1
commit 9905d000f4
2 changed files with 5 additions and 1 deletions

View file

@ -112,4 +112,8 @@
.spectrum-Textfield {
width: 100%;
}
input:disabled {
color: var(--spectrum-global-color-gray-600) !important;
-webkit-text-fill-color: var(--spectrum-global-color-gray-600) !important;
}
</style>

View file

@ -51,7 +51,7 @@
bind:value={$email}
error={$touched && $error}
/>
<Input disabled label="Password" value={password} />
<Input readonly label="Password" value={password} />
<div>
<div class="toggle">
<Label size="L">Development access</Label>