This is an automated email from the ASF dual-hosted git repository. lyndsi pushed a commit to branch lyndsi/sql-lab-new-explore-button-functionality-and-move-save-dataset-to-split-save-button in repository https://gitbox.apache.org/repos/asf/superset.git
commit a69222dd930d78150fb3a28867b921daecc2026b Author: lyndsiWilliams <[email protected]> AuthorDate: Tue Jul 5 08:55:52 2022 -0500 Fix font weight on split save button --- .../src/SqlLab/components/SaveDatasetActionButton/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx b/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx index 2cbad48af6..307f872895 100644 --- a/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx +++ b/superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx @@ -41,6 +41,7 @@ export default function SaveDatasetActionButton({ '&:first-of-type': { width: `${theme.gridUnit * 16}px`, }, + fontWeight: 600, backgroundColor: theme.colors.primary.light4, color: theme.colors.primary.dark1, '&:nth-child(2)': {
