Client: use colors from theme

This commit is contained in:
Viktor Fomin 2024-06-20 15:45:37 +03:00
parent 4f7136ac5b
commit b3bbbd7103

View File

@ -45,7 +45,7 @@ const StyledModalDialog = styled(ModalDialog)`
width: auto;
/* Light theme. */
--color-border-default: #d0d7de;
--color-border-default: ${(props) => props.theme.dialogs.borderColor};
--color-border-muted: hsla(210, 18%, 87%, 1);
.modal-footer {