This commit is contained in:
Jan Prochazka
2020-11-12 09:46:01 +01:00
parent 4ef7f275e6
commit c7b693cfb6
16 changed files with 386 additions and 74 deletions

View File

@@ -63,7 +63,10 @@ const StyledWidgetTitle = styled.div`
padding: 5px;
font-weight: bold;
text-transform: uppercase;
background-color: ${(props) => props.theme.widgetTitleBackground};
background-color: ${(props) => props.theme.title_background};
&:hover {
background-color: ${(props) => props.theme.title_background2};
}
border: 1px solid ${(props) => props.theme.border};
`;