dark theme fixes

This commit is contained in:
2025-11-18 00:21:33 +03:00
parent 97268a78c7
commit 7769da2c29
20 changed files with 75 additions and 60 deletions

View File

@@ -112,10 +112,7 @@ export function OfficeBottomSheet({
autoFocus={false}
/>
</Form.Item>
<ProPhoneInput
propName="phone"
label={t("address.phone")}
/>
<ProPhoneInput propName="phone" label={t("address.phone")} />
<Form.Item name="note" label={t("address.note")}>
<TextArea
placeholder={t("address.addressLabel")}
@@ -132,7 +129,11 @@ export function OfficeBottomSheet({
<br />
<Button type="primary" style={{ width: "100%" }} onClick={handleSave}>
<Button
type="primary"
style={{ width: "100%", boxShadow: "none" }}
onClick={handleSave}
>
{t("address.save")}
</Button>
</ProBottomSheet>