mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-26 08:45:59 +00:00
theme
This commit is contained in:
@@ -3,7 +3,7 @@ import styled from 'styled-components';
|
||||
import useTheme from '../theme/useTheme';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
border-bottom: 1px solid #ccc;
|
||||
border-bottom: 1px solid ${(props) => props.theme.border};
|
||||
padding: 15px;
|
||||
background-color: ${(props) => props.theme.modalheader_background};
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user