Relay Settings - allow ws;// and fix add button size #305
@ -263,7 +263,13 @@ export const RelaysPage = () => {
|
|||||||
}}
|
}}
|
||||||
className={styles.relayURItextfield}
|
className={styles.relayURItextfield}
|
||||||
/>
|
/>
|
||||||
<Button variant="contained" onClick={() => handleAddNewRelay()}>
|
<Button
|
||||||
|
sx={{
|
||||||
|
height: '56px'
|
||||||
|
}}
|
||||||
|
variant="contained"
|
||||||
|
onClick={() => handleAddNewRelay()}
|
||||||
|
>
|
||||||
Add
|
Add
|
||||||
</Button>
|
</Button>
|
||||||
</Box>
|
</Box>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
align-items: start;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sectionIcon {
|
.sectionIcon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user