improved contrast ratio

This commit is contained in:
Daniel
2023-07-22 17:49:09 -04:00
parent 43364b571a
commit 8eff4d23a7
34 changed files with 138 additions and 138 deletions
+5 -5
View File
@@ -66,7 +66,7 @@ export default function Sidebar({ className }: { className?: string }) {
icon={faChartSimple}
className={`w-8 h-8 drop-shadow text-sky-500`}
/>
<p className="text-sky-500 text-xs font-semibold">Dashboard</p>
<p className="text-sky-700 text-xs font-semibold">Dashboard</p>
</Link>
<Link
@@ -81,7 +81,7 @@ export default function Sidebar({ className }: { className?: string }) {
icon={faLink}
className={`w-8 h-8 drop-shadow text-sky-500`}
/>
<p className="text-sky-500 text-xs font-semibold">
<p className="text-sky-700 text-xs font-semibold">
<span className="hidden xl:inline-block">All</span> Links
</p>
</Link>
@@ -96,7 +96,7 @@ export default function Sidebar({ className }: { className?: string }) {
icon={faFolder}
className={`w-8 h-8 drop-shadow text-sky-500`}
/>
<p className="text-sky-500 text-xs font-semibold">
<p className="text-sky-700 text-xs font-semibold">
<span className="hidden xl:inline-block">All</span> Collections
</p>
</Link>
@@ -146,7 +146,7 @@ export default function Sidebar({ className }: { className?: string }) {
style={{ color: e.color }}
/>
<p className="text-sky-500 truncate w-full pr-7">
<p className="text-sky-700 truncate w-full pr-7">
{e.name}
</p>
</div>
@@ -205,7 +205,7 @@ export default function Sidebar({ className }: { className?: string }) {
className="w-4 h-4 text-sky-500 mt-1"
/>
<p className="text-sky-500 truncate w-full pr-7">
<p className="text-sky-700 truncate w-full pr-7">
{e.name}
</p>
</div>