Skip to content

Commit

Permalink
Version 1.0.9.
Browse files Browse the repository at this point in the history
Buttons are outlined.
  • Loading branch information
ATATC committed Sep 7, 2023
1 parent 8547c45 commit 00d43ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@atatctech/mui-presets",
"type": "module",
"version": "1.0.8",
"version": "1.0.9",
"author": "ATATC",
"description": "Additional preset components for MUI.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function ConfirmDialog(props: {
}} sx={{mt: 1}}/>
</DialogContent>
<DialogActions>
<Button variant="contained" disabled={disabled} onClick={() => {
<Button variant="outlined" disabled={disabled} onClick={() => {
props.and();
setOpen(false);
}}>Confirm</Button>
Expand Down

0 comments on commit 00d43ab

Please sign in to comment.