diff --git a/src/ui/component/claimList/view.jsx b/src/ui/component/claimList/view.jsx
index 0aef270b6..f13fd7127 100644
--- a/src/ui/component/claimList/view.jsx
+++ b/src/ui/component/claimList/view.jsx
@@ -91,7 +91,7 @@ export default function ClaimList(props: Props) {
{header !== false && (
{header}
- {loading &&
}
+ {loading &&
}
{headerAltControls}
{defaultSort && (
diff --git a/src/ui/scss/component/_search.scss b/src/ui/scss/component/_search.scss
index 90024c25f..d0ffd92cf 100644
--- a/src/ui/scss/component/_search.scss
+++ b/src/ui/scss/component/_search.scss
@@ -26,8 +26,4 @@
fieldset:not(:first-child) {
margin-top: var(--spacing-large);
}
-
- label {
- color: $lbry-white;
- }
}