mirror of https://github.com/Sonarr/Sonarr
Fixed lint error and background for poster select
This commit is contained in:
parent
bd3816dac9
commit
6ec32eb45d
|
@ -14,9 +14,6 @@ interface ErrorBoundaryErrorProps {
|
|||
}
|
||||
|
||||
function ErrorBoundaryError(props: ErrorBoundaryErrorProps) {
|
||||
const t1 = 1;
|
||||
const t2 = 2;
|
||||
|
||||
const {
|
||||
className = styles.container,
|
||||
messageClassName = styles.message,
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
position: absolute;
|
||||
top: 8px;
|
||||
left: 8px;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 50%;
|
||||
background-color: var(--defaultColor);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue