Skip to content

Commit

Permalink
feat(web): update text color of header warning
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed May 10, 2024
1 parent 2c406a5 commit d92ecaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/front/src/components/layout/header.tsx
Expand Up @@ -24,16 +24,16 @@ export function Header() {
className="w-full absolute"
>
<div
className="bg-[#060A0F] h-[44px] w-full flex items-center justify-center border-b-[2px] border-[#606466] py-[8px] bg-[#FFCA41]"
className="bg-[#060A0F] h-[44px] w-full flex items-center justify-center border-b-[2px] border-[#606466] py-[8px] bg-[#FFCA41] text-black"
>
<div className="flex">
<ExclamationTriangleIcon className="w-[18px] text-[#919699]" />
<ExclamationTriangleIcon className="w-[18px] text-[#303030]" />

<p className="hidden lg:block text-[#919699] text-[16px] text-center font-[600] ml-[8px]">
<p className="hidden lg:block text-[#303030] text-[16px] text-center font-[600] ml-[8px]">
This app will be discontinued by June, 9th. Please, withdraw all your funds before that.
</p>

<p className="lg:hidden text-bold text-[#919699] text-center ml-[8px]">
<p className="lg:hidden text-bold text-[#303030] text-center ml-[8px]">
This app will be discontinued by June, 9th.
</p>
</div>
Expand Down

0 comments on commit d92ecaf

Please sign in to comment.