Skip to content

Commit

Permalink
Change date selector margin styles
Browse files Browse the repository at this point in the history
  • Loading branch information
rouftom committed Sep 29, 2021
1 parent 573cda6 commit 8ac2065
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ React mui scheduler is a react component based on @mui v5 that allows you to man

- 👉 Option menu

- 👉 Export events to PDF and CSV
- 👉 Export events as PDF and CSV

- 👉 Internationalization

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-mui-scheduler",
"version": "1.0.3",
"version": "1.0.4",
"description": "\uD83D\uDCC5 React mui scheduler is a react component based on @mui v5 that allows you to manage data in a calendar",
"main": "dist/index.esm.js",
"directories": {
Expand Down
4 changes: 2 additions & 2 deletions src/Toolbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function SchedulerToolbar (props) {
<Typography component="div" sx={{ flexGrow: 1 }}>
<Hidden smDown>
<IconButton
sx={{ mr: 1, ml: 0 }}
sx={{ mr: .5, ml: 0 }}
{...commonIconButtonProps}
onClick={() => handleChangeDate(sub)}
>
Expand All @@ -163,7 +163,7 @@ function SchedulerToolbar (props) {
{format(selectedDate, 'MMMM-yyyy')}
</Button>
<IconButton
sx={{ ml: 1 }}
sx={{ ml: 1.5 }}
{...commonIconButtonProps}
onClick={() => handleChangeDate(add)}
>
Expand Down

0 comments on commit 8ac2065

Please sign in to comment.