removed text gradient

This commit is contained in:
Daniel
2023-07-22 16:58:51 -04:00
parent f593b95d50
commit e264ef1f97
7 changed files with 10 additions and 14 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ export default function Index() {
style={{ color: activeCollection?.color }}
className="sm:w-8 sm:h-8 w-6 h-6 mt-3 drop-shadow"
/>
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold w-full py-1 break-words hyphens-auto">
<p className="sm:text-4xl text-3xl capitalize text-sky-500 font-bold w-full py-1 break-words hyphens-auto">
{activeCollection?.name}
</p>
</div>
+1 -1
View File
@@ -39,7 +39,7 @@ export default function Collections() {
icon={faFolder}
className="sm:w-8 sm:h-8 w-6 h-6 mt-2 text-sky-500 drop-shadow"
/>
<p className="sm:text-4xl text-3xl capitalize bg-gradient-to-tr from-sky-500 to-slate-400 bg-clip-text text-transparent font-bold">
<p className="sm:text-4xl text-3xl capitalize text-sky-500 font-bold">
All Collections
</p>
</div>