Update form text colors (#3296)

* Create ant variables and update form colors

* Remove less extension from imports in ant.less

* Update font-weight for labels

* Add percy snapshot for create data source page

* Remove bold in labels only for checkboxes and radio buttons
This commit is contained in:
Gabriel Dutra
2019-01-20 05:41:52 -02:00
committed by Ran Byron
parent e8120c5f79
commit 84d5becf2a
4 changed files with 50 additions and 30 deletions

View File

@@ -14,5 +14,6 @@ describe('Create Data Source', () => {
cy.getByTestId('Database Name').type('postgres{enter}');
cy.contains('Saved.');
cy.percySnapshot('Create Data Source page');
});
});