diff --git a/packages/core/src/components/Dialog/Dialog.stories.tsx b/packages/core/src/components/Dialog/Dialog.stories.tsx index 528b266e47..c9388dcbec 100644 --- a/packages/core/src/components/Dialog/Dialog.stories.tsx +++ b/packages/core/src/components/Dialog/Dialog.stories.tsx @@ -29,10 +29,6 @@ import React, { useState } from 'react'; const useStyles = makeStyles((theme: Theme) => createStyles({ - leftAlignButtonsDialog: { - justifyContent: 'flex-start', - paddingLeft: 24, - }, closeButton: { position: 'absolute', right: theme.spacing(1), @@ -88,12 +84,9 @@ export const Default = () => { - The color for the secondary button is the same as the primary. For the - primary action button, use: + The color for the secondary button is the same as the primary. -
variant="contained"
- For the secondary action button, use: -
variant="outlined"
+
color="primary"
); }; @@ -120,13 +113,13 @@ export const Default = () => { {dialogContent()} - - - +