change button color (#16093)
This commit is contained in:
parent
af204ff449
commit
e6274e0764
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue