Skip to content

Commit

Permalink
add new styling
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdotson committed Jul 1, 2022
1 parent e01be75 commit 4c9b734
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,8 @@ type DBReducerActionType =
};

const StyledBtns = styled.div`
display: flex;
justify-content: space-evenly;
padding: ${({ theme }) => theme.gridUnit * 4}px;
margin-bottom: ${({ theme }) => theme.gridUnit * 3}px;
margin-left: ${({ theme }) => theme.gridUnit * 3}px;
`;

function dbReducer(
Expand Down Expand Up @@ -1133,7 +1132,7 @@ const DatabaseModal: FunctionComponent<DatabaseModalProps> = ({
window.location.href = `/superset/sqllab/?db=true`;
}}
>
{t('GO TO SQL LAB')}{' '}
{t('QUERY DATA IN SQL LAB')}{' '}
</Button>
</StyledBtns>
);
Expand Down

0 comments on commit 4c9b734

Please sign in to comment.