From 324ecb31fc07737c3034f29c5ceebe2008ba5103 Mon Sep 17 00:00:00 2001 From: stellalc7 Date: Fri, 30 Jul 2021 22:25:55 -0400 Subject: [PATCH] fix: three button styles to tertiary (#15978) * changed margin right on warning icon to 8px * fixed to grid units from pixels * Changed three buttons styles to tertiary --- superset-frontend/src/CRUD/CollectionTable.tsx | 2 +- superset-frontend/src/datasource/DatasourceEditor.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/superset-frontend/src/CRUD/CollectionTable.tsx b/superset-frontend/src/CRUD/CollectionTable.tsx index 29984c84bb8b5..85380a553b681 100644 --- a/superset-frontend/src/CRUD/CollectionTable.tsx +++ b/superset-frontend/src/CRUD/CollectionTable.tsx @@ -417,7 +417,7 @@ export default class CRUDCollection extends React.PureComponent<