mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 08:56:00 +00:00
theme
This commit is contained in:
@@ -60,7 +60,7 @@ const TabsPanelContainer = styled.div`
|
||||
height: ${dimensions.tabsPanel.height}px;
|
||||
right: 0;
|
||||
background-color: ${(props) => props.theme.tabs_background2};
|
||||
border-top: 1px solid #ccc;
|
||||
border-top: 1px solid ${(props) => props.theme.border};
|
||||
|
||||
overflow-x: auto;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user