Add icon
This commit is contained in:
parent
eedb6db214
commit
f9a27e09dd
2 changed files with 1 additions and 1 deletions
|
@ -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)",
|
||||
|
|
|
@ -64,6 +64,7 @@ export function TitleBar({
|
|||
return (
|
||||
<div className={styles.container}>
|
||||
<Paper
|
||||
square
|
||||
elevation={0}
|
||||
className={clsx(styles.root, className, {
|
||||
[styles.bottomMargin]: bottomMargin,
|
||||
|
|
Loading…
Reference in a new issue