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";
|
import clsx from "clsx";
|
||||||
|
|
||||||
const useStyles = makeStyles(({ props }) => {
|
const useStyles = makeStyles(({ props }) => {
|
||||||
console.log(props);
|
|
||||||
return {
|
return {
|
||||||
appIconContainer: {
|
appIconContainer: {
|
||||||
background: "rgb(58, 86, 199)",
|
background: "rgb(58, 86, 199)",
|
||||||
|
|
|
@ -64,6 +64,7 @@ export function TitleBar({
|
||||||
return (
|
return (
|
||||||
<div className={styles.container}>
|
<div className={styles.container}>
|
||||||
<Paper
|
<Paper
|
||||||
|
square
|
||||||
elevation={0}
|
elevation={0}
|
||||||
className={clsx(styles.root, className, {
|
className={clsx(styles.root, className, {
|
||||||
[styles.bottomMargin]: bottomMargin,
|
[styles.bottomMargin]: bottomMargin,
|
||||||
|
|
Loading…
Reference in a new issue