FIX: Fixes from Dani's design

This commit is contained in:
Nicolás Hatcher
2024-10-26 10:51:33 +02:00
committed by Nicolás Hatcher Andrés
parent 75d8a5282e
commit dad4755b16
9 changed files with 82 additions and 99 deletions

View File

@@ -438,7 +438,7 @@ export const StyledButton = styled("button")<TypeButtonProperties>(
const Divider = styled("div")({
width: "0px",
height: "10px",
borderLeft: "1px solid #D3D6E9",
borderLeft: "1px solid #E0E0E0",
marginLeft: "5px",
marginRight: "10px",
});