fix: use theme colors on divider

This commit is contained in:
Daniel
2025-01-26 20:08:27 +01:00
committed by Nicolás Hatcher Andrés
parent 9a717daf04
commit fd744d28a3

View File

@@ -100,7 +100,7 @@ const FormulaSymbolButton = styled(StyledButton)`
`;
const Divider = styled("div")`
background-color: #e0e0e0;
background-color: ${theme.palette.grey["300"]};
width: 1px;
height: 20px;
margin-left: 16px;