dark theme fixes
This commit is contained in:
@@ -82,7 +82,7 @@ export function RoomBottomSheet({
|
||||
style={{
|
||||
fontSize: 14,
|
||||
height: 50,
|
||||
}}
|
||||
}}
|
||||
autoFocus={false}
|
||||
/>
|
||||
</Form.Item>
|
||||
@@ -128,7 +128,11 @@ export function RoomBottomSheet({
|
||||
|
||||
<br />
|
||||
|
||||
<Button type="primary" style={{ width: "100%" }} onClick={handleSave}>
|
||||
<Button
|
||||
type="primary"
|
||||
style={{ width: "100%", boxShadow: "none" }}
|
||||
onClick={handleSave}
|
||||
>
|
||||
{t("address.save")}
|
||||
</Button>
|
||||
</ProBottomSheet>
|
||||
|
||||
Reference in New Issue
Block a user