fix(relays): relay add button size height

Closes 
This commit is contained in:
enes 2025-01-20 20:14:44 +01:00
parent 04f1d692a4
commit 5f3d92d62f
2 changed files with 8 additions and 1 deletions
src/pages/settings/relays

@ -263,7 +263,13 @@ export const RelaysPage = () => {
}}
className={styles.relayURItextfield}
/>
<Button variant="contained" onClick={() => handleAddNewRelay()}>
<Button
sx={{
height: '56px'
}}
variant="contained"
onClick={() => handleAddNewRelay()}
>
Add
</Button>
</Box>

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