Skip to content

Commit

Permalink
placeholder color
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewheeler committed Dec 11, 2024
1 parent 2c87388 commit 2e6612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/products/_ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ interface GithubNavProps {

const GithubNav = ({ version, githubHref }: GithubNavProps) => {
return (
<div className="max-w-[16.25rem] bg-[#dae9ee] bg-[#e7f2f5] pb-5 pt-7">
<div className="max-w-[16.25rem] bg-[#dae9ee] pb-5 pt-7">
<div className="mr-10 flex flex-col items-center gap-1">
<p className="m-0 p-0 text-base font-normal leading-relaxed text-[#224a58]">
Current version: {version}
Expand Down

0 comments on commit 2e6612c

Please sign in to comment.