change button color (#16093)

This commit is contained in:
AAfghahi
2021-08-05 13:38:30 -04:00
committed by GitHub
parent af204ff449
commit e6274e0764

View File

@@ -91,6 +91,7 @@ const StyledHeader = styled.div`
}
.action-button {
color: ${({ theme }) => theme.colors.grayscale.base};
margin: 0 ${({ theme }) => theme.gridUnit * 1.5}px 0
${({ theme }) => theme.gridUnit}px;
}