mirror of
https://github.com/christianvidalwolf-prog/CrazeAnalytix.git
synced 2026-08-03 14:35:22 +02:00
style: lighten Forecast table header text to slate-300 for better contrast
This commit is contained in:
@@ -623,7 +623,7 @@ const ForecastView: React.FC<ForecastViewProps> = ({ asinMetadata, vendorStockMa
|
|||||||
<div className="flex-1 overflow-auto min-h-0 custom-scrollbar">
|
<div className="flex-1 overflow-auto min-h-0 custom-scrollbar">
|
||||||
<table className="w-full text-left border-collapse text-xs md:text-sm">
|
<table className="w-full text-left border-collapse text-xs md:text-sm">
|
||||||
<thead className="sticky top-0 z-20 bg-slate-950 shadow-sm">
|
<thead className="sticky top-0 z-20 bg-slate-950 shadow-sm">
|
||||||
<tr className="text-[10px] font-black text-slate-500 uppercase tracking-wider">
|
<tr className="text-[10px] font-black text-slate-300 uppercase tracking-wider">
|
||||||
<th className="px-4 py-3 text-left w-[7%]">
|
<th className="px-4 py-3 text-left w-[7%]">
|
||||||
<div className="flex items-center gap-0.5">
|
<div className="flex items-center gap-0.5">
|
||||||
<span>SKU</span>
|
<span>SKU</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user