mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
theme
This commit is contained in:
@@ -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};
|
||||
`;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user