Skip to content

Commit

Permalink
style: add custom blue color
Browse files Browse the repository at this point in the history
  • Loading branch information
vinit717 committed Aug 3, 2024
1 parent 417c353 commit db20d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App/OutputSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const OutputSection: React.FC<OutputSectionProps> = ({ shortUrl, isLoaded, handl
level="M"
/>
<Button
className="bg-gray-900 flex items-center gap-1 p-[6px] sm:p-[10px] rounded-2xl text-white my-4 xl:w-36 justify-center"
className="bg-custom-blue flex items-center gap-1 p-[6px] sm:p-[10px] rounded-2xl text-white my-4 xl:w-36 justify-center"
onClick={handleDownload}
>
<HiOutlineDownload />
Expand Down
3 changes: 3 additions & 0 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ const config: Config = {
'custom-120px': '100px',
'custom-60px': '60px',
},
colors: {
'custom-blue': '#1A56DB',
},
},
},
plugins: [],
Expand Down

0 comments on commit db20d4a

Please sign in to comment.