Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Sep 27, 2024
1 parent 9557c1e commit a9b8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/404.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function Screen({ locale }: { locale: SiteLocale }) {
{i18n.content("404.TITLE")}
</Text>
<Text
locale={locale}
styleSheet={{
color: "#FFFFFF",
}}
Expand Down Expand Up @@ -134,6 +133,7 @@ function Screen({ locale }: { locale: SiteLocale }) {
backgroundColor: "transparent",
},
focus: {
color: "#2cfdbe",
opacity: 1,
backgroundColor: "transparent",
},
Expand Down

0 comments on commit a9b8162

Please sign in to comment.