mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-29 04:04:02 +03:00
interface: settings for color disables properly
This commit is contained in:
parent
85b10d4a53
commit
fcf5b21a90
@ -43,7 +43,7 @@ export class MetadataColor extends Component {
|
||||
render() {
|
||||
const { props, state } = this;
|
||||
return (
|
||||
<div className="cf w-100">
|
||||
<div className={'cf w-100 mb3 ' + ((props.isDisabled) ? 'o-30' : '')}>
|
||||
<p className="f8 lh-copy">Change color</p>
|
||||
<p className="f9 gray2 db mb4">Give this chat a color when viewing group channels</p>
|
||||
<div className="relative w-100 flex"
|
||||
|
Loading…
Reference in New Issue
Block a user