CFE-22 implementation of socket and dialog and button call widget

This commit is contained in:
AmirHossein Mahmoodi
2023-10-07 15:04:40 +03:30
parent 05c5e13c63
commit b0766f1346
15 changed files with 295 additions and 24 deletions

View File

@@ -5,7 +5,6 @@ const StyledFab = styled(Fab)`
bottom: 16px;
/* @noflip */
left: 16px;
z-index: 1500;
`;
export default StyledFab;