AV: precise recolor to spec — warm dark backgrounds (#1c1815/#231d18/#26201a/#15110e) + gold #F0A623 / orange #D85A30 accents + warm text (#FBEFE0/#C9BBA8/#8a7e6e). 138 component files + 36 token swaps.
This commit is contained in:
@@ -283,7 +283,7 @@ export default function ContributorDashboard() {
|
||||
className={`w-full flex items-center gap-3 px-3 py-2.5 rounded-lg text-sm transition-colors text-left ${
|
||||
view === item.id
|
||||
? 'bg-[#c9a84c]/10 text-[#c9a84c] border border-[#c9a84c]/20'
|
||||
: 'text-[#888] hover:text-white hover:bg-[#1a1a1a]'
|
||||
: 'text-[#888] hover:text-white hover:bg-[#231d18]'
|
||||
}`}
|
||||
>
|
||||
<span className="text-base w-5 text-center">{item.icon}</span>
|
||||
@@ -339,7 +339,7 @@ export default function ContributorDashboard() {
|
||||
<button onClick={() => setView('new-post')} className="px-5 py-2.5 bg-[#c9a84c] text-black font-semibold rounded-lg text-sm hover:bg-[#b8973b] transition-colors">
|
||||
+ New Post
|
||||
</button>
|
||||
<button onClick={() => setView('my-posts')} className="px-5 py-2.5 bg-[#1a1a1a] border border-[#333] text-white rounded-lg text-sm hover:bg-[#222] transition-colors">
|
||||
<button onClick={() => setView('my-posts')} className="px-5 py-2.5 bg-[#231d18] border border-[#333] text-white rounded-lg text-sm hover:bg-[#222] transition-colors">
|
||||
View My Posts
|
||||
</button>
|
||||
</div>
|
||||
@@ -453,7 +453,7 @@ export default function ContributorDashboard() {
|
||||
{submittingPost ? 'Submitting...' : profile?.role === 'contributor' ? 'Submit for Review' : 'Publish Post'}
|
||||
</button>
|
||||
<button type="button" onClick={() => setView('overview')}
|
||||
className="px-5 py-2.5 bg-[#1a1a1a] border border-[#333] text-[#888] rounded-lg text-sm hover:text-white hover:bg-[#222] transition-colors">
|
||||
className="px-5 py-2.5 bg-[#231d18] border border-[#333] text-[#888] rounded-lg text-sm hover:text-white hover:bg-[#222] transition-colors">
|
||||
Cancel
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user