This commit is contained in:
Lukasz Ostrowski 2023-02-20 14:54:20 +01:00
parent eedb6db214
commit f9a27e09dd
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,6 @@ import { HTMLProps, ReactNode } from "react";
import clsx from "clsx";
const useStyles = makeStyles(({ props }) => {
console.log(props);
return {
appIconContainer: {
background: "rgb(58, 86, 199)",

View file

@ -64,6 +64,7 @@ export function TitleBar({
return (
<div className={styles.container}>
<Paper
square
elevation={0}
className={clsx(styles.root, className, {
[styles.bottomMargin]: bottomMargin,