Relay Settings - allow ws;// and fix add button size #305

Merged
enes merged 2 commits from 297-settings-relays-allow-ws into staging 2025-01-22 09:36:08 +00:00
2 changed files with 8 additions and 1 deletions
Showing only changes of commit 5f3d92d62f - Show all commits

View File

@ -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>

View File

@ -12,6 +12,7 @@
flex-direction: row; flex-direction: row;
gap: 10px; gap: 10px;
width: 100%; width: 100%;
align-items: start;
} }
.sectionIcon { .sectionIcon {