fix(ui): apply rounded-l-only to SensitiveInput textareas and increase visible text input area (#1561)

This commit is contained in:
TheCatLady
2021-05-03 20:37:51 -04:00
committed by GitHub
parent e4d0029f7b
commit 1123fce089
4 changed files with 148 additions and 148 deletions

View File

@@ -232,12 +232,14 @@ const UserGeneralSettings: React.FC = () => {
</span>
</label>
<div className="form-input">
<RegionSelector
name="region"
value={values.region ?? ''}
isUserSetting
onChange={setFieldValue}
/>
<div className="form-input-field">
<RegionSelector
name="region"
value={values.region ?? ''}
isUserSetting
onChange={setFieldValue}
/>
</div>
</div>
</div>
<div className="form-row">