Open eefisherv opened 4 years ago
Style switch is not enabled in UD v1.3... looks like its commented out in the JSX.
render() { const { id, // classes, // style, align, gutterBottom, noWrap, // isParagraph, variant, refreshInterval, // isEndpoint, autoRefresh, } = this.props const { text } = this.state return ( <Typography id={id} className={classNames(‘ud-mu-typography’)} align={align} gutterBottom={gutterBottom} noWrap={noWrap} variant={variant} > {text} <ReactInterval timeout={refreshInterval * 1000} enabled={autoRefresh} callback={this.onLoadData} />
Discussion: https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/2
This issue has been mentioned on Ironman Software Forums. There might be relevant details there:
https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/5
Please file issues on the PowerShell Universal issue tracker.
Style switch is not enabled in UD v1.3... looks like its commented out in the JSX.
render() { const { id, // classes, // style, align, gutterBottom, noWrap, // isParagraph, variant, refreshInterval, // isEndpoint, autoRefresh, } = this.props const { text } = this.state return ( <Typography id={id} className={classNames(‘ud-mu-typography’)} align={align} gutterBottom={gutterBottom} noWrap={noWrap} variant={variant} > {text} <ReactInterval timeout={refreshInterval * 1000} enabled={autoRefresh} callback={this.onLoadData} />
Discussion: https://forums.universaldashboard.io/t/new-udtypography-style-how-to-change-text-color/3200/2