@asaleh37/ui-base 25.8.9-1 → 25.8.9-2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asaleh37/ui-base",
3
- "version": "25.8.9-1",
3
+ "version": "25.8.9-2",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "Ahmed Saleh Mohamed",
@@ -28,6 +28,7 @@ export const useConfirmationWindow = (props: ConfirmationWindowProps) => {
28
28
  <DialogActions>
29
29
  <Button
30
30
  variant="contained"
31
+ sx={{marginRight:2,marginLeft:2}}
31
32
  color="primary"
32
33
  onClick={() => {
33
34
  setOpen(false);
@@ -37,6 +38,7 @@ export const useConfirmationWindow = (props: ConfirmationWindowProps) => {
37
38
  </Button>
38
39
  <Button
39
40
  variant="contained"
41
+ sx={{marginRight:2,marginLeft:2}}
40
42
  color="error"
41
43
  onClick={() => {
42
44
  props.onConfirmationCallBk();