mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -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();
|
||||
}
|
||||
});
|
||||
// aprhodite !important override :(
|
||||
const { backgroundColor } = this.props;
|
||||
if (backgroundColor) {
|
||||
el.style.setProperty(
|
||||
|
|
|
|||
Loading…
Reference in a new issue