Skip to content

Commit

Permalink
🚧 minor font color change
Browse files Browse the repository at this point in the history
  • Loading branch information
starwiz-7 committed May 15, 2024
1 parent 986b9bf commit 1c9d8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function App() {
/>
<div className="md:rounded-2xl md:w-[600px] bg-white md:shadow-blue-1 mt-10">
<div className="h-full md:h-auto w-full md:rounded-t-2xl p-6 pt-2 md:pt-6 md:border-b border-solid border-gray-3 px-8 border-b-0">
<h1 className="text-[22px] font-semibold text-black">
<h1 className="text-[22px] font-semibold text-gray-8">
{TITLE[action]}
</h1>
</div>
Expand Down

0 comments on commit 1c9d8a0

Please sign in to comment.