mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 04:26:01 +00:00
set null, various fixes
This commit is contained in:
@@ -38,6 +38,7 @@ const StyledIconSpan = styled.span`
|
||||
const ButtonDivInner = styled.div`
|
||||
position: relative;
|
||||
top: ${(props) => props.patchY}px;
|
||||
white-space: nowrap;
|
||||
`;
|
||||
|
||||
export default function ToolbarButton({ children, onClick, icon = undefined, disabled = undefined, patchY = 2 }) {
|
||||
|
||||
Reference in New Issue
Block a user