diff --git a/app/src/components/Layout/Notification.tsx b/app/src/components/Layout/Notification.tsx index b0a99ae..9de3751 100644 --- a/app/src/components/Layout/Notification.tsx +++ b/app/src/components/Layout/Notification.tsx @@ -22,7 +22,7 @@ class Notification extends React.Component { color: theme.typography.button.color, }, error: { - backgroundColor: red[600], + backgroundColor: theme.palette.error.main, color: theme.typography.button.color, }, }) @@ -37,7 +37,7 @@ class Notification extends React.Component { { this.state = { changes: 0 } } - private renderResume() { - return ( - - - - ) - } - - private renderPause() { - return ( - - - - ) - } - private renderBufferStats() { if (!this.props.tree) { return