Skip to content

Commit

Permalink
change button color (apache#16093)
Browse files Browse the repository at this point in the history
  • Loading branch information
AAfghahi authored Aug 5, 2021
1 parent af204ff commit e6274e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e6274e0

Please sign in to comment.