mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 06:28:40 -09:00
remove unnecessary comment referencing use of !important due to aphrodite" (#223)
This commit is contained in:
parent
1214d26323
commit
e073de9aea
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@ export default class Notification extends Component {
|
||||||
this.props.onDismiss();
|
this.props.onDismiss();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// aprhodite !important override :(
|
|
||||||
const { backgroundColor } = this.props;
|
const { backgroundColor } = this.props;
|
||||||
if (backgroundColor) {
|
if (backgroundColor) {
|
||||||
el.style.setProperty(
|
el.style.setProperty(
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue