Closed Noudea closed 3 years ago
Hello how to change color/backgroundColor and also text of the TitleBar from macOs. thx
<Window height={height} width={width} padding="15px" background= {colors.background} style={{ overflow: 'scroll', scrollbarWidth: 'none', }} > <TitleBar title={props.pageName} controls // transparent={true} // inset={true} onMaximizeClick={onMaximizeClick} onResizeClick={onResizeClick} onCloseClick={onCloseClick} onMinimizeClick={onMinimizeClick} className="titleBar" /> {props.children} </Window>
Hello how to change color/backgroundColor and also text of the TitleBar from macOs. thx