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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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;
}