mirror of
https://dev.azure.com/tstanciu94/NetworkResurrector/_git/NetworkResurrector_Frontend
synced 2023-05-06 14:40:17 +03:00
13 lines
205 B
JavaScript
13 lines
205 B
JavaScript
const style = theme => {
|
|
return {
|
|
profilePicture: {
|
|
margin: "auto",
|
|
display: "block",
|
|
width: theme.spacing(25),
|
|
height: theme.spacing(25)
|
|
}
|
|
};
|
|
};
|
|
|
|
export default style;
|