diff --git a/app/discover/SortedPublicationList.tsx b/app/discover/SortedPublicationList.tsx
index d2c4ce74..cb2f03ad 100644
--- a/app/discover/SortedPublicationList.tsx
+++ b/app/discover/SortedPublicationList.tsx
@@ -11,7 +11,7 @@ export function SortedPublicationList(props: {
}) {
let [order, setOrder] = useState(props.order);
return (
-
+
{
diff --git a/components/ActionBar/Navigation.tsx b/components/ActionBar/Navigation.tsx
index 9df024fb..1a272067 100644
--- a/components/ActionBar/Navigation.tsx
+++ b/components/ActionBar/Navigation.tsx
@@ -89,7 +89,7 @@ const NavigationOptions = (props: {
return (
<>
-
+
>
@@ -130,10 +130,8 @@ const ReaderButton = (props: { current?: boolean }) => {
nav
icon={}
label="Discover"
- subtext={
- !props.current ? "Check out what others are writing!" : undefined
- }
- className={props.current ? "bg-border-light! border-border" : ""}
+ subtext={"Check out what others are writing!"}
+ className={props.current ? "bg-bg-page! border-border-light!" : ""}
/>
);