Changed Card background to Alt if available for better visibility
This commit is contained in:
parent
9a6db5128a
commit
e8245d41b5
2 changed files with 4 additions and 2 deletions
components/styles/cards
|
@ -45,7 +45,7 @@ const Card = styled.div<OnlinePropType>`
|
|||
}
|
||||
return ret;
|
||||
}};
|
||||
background-color: ${({ theme }) => theme.colors.background};
|
||||
background-color: ${({ theme }) => theme.colors.backgroundAlt ? theme.colors.backgroundAlt : theme.colors.background};
|
||||
|
||||
|
||||
transition-property: max-height, margin-bottom;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue