Mail bugfix, gpg, profile frontend WIP
This commit is contained in:
9
react/admin-panel/src/elements/button-bar.js
Normal file
9
react/admin-panel/src/elements/button-bar.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Box, styled} from "@mui/material";
|
||||
|
||||
const ButtonBar = styled(Box)((props) => ({
|
||||
"& > button, & > label": {
|
||||
marginRight: props.theme.spacing(1)
|
||||
}
|
||||
}));
|
||||
|
||||
export default ButtonBar;
|
||||
Reference in New Issue
Block a user