Skip to content

Commit cd7055c

Browse files
deni-commitsclaude
andcommitted
Make Zurück button larger and brighter
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 56c8671 commit cd7055c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

positionierungscheck/src/components/final/FinalCheck.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,9 @@ export default function FinalCheck() {
452452
<button
453453
onClick={handlePrev}
454454
className="transition-colors"
455-
style={{ color: '#475569', fontSize: '0.85rem' }}
456-
onMouseEnter={(e) => (e.currentTarget.style.color = '#94A3B8')}
457-
onMouseLeave={(e) => (e.currentTarget.style.color = '#475569')}
455+
style={{ color: '#CBD5E1', fontSize: '1rem', fontWeight: 500 }}
456+
onMouseEnter={(e) => (e.currentTarget.style.color = '#F1F5F9')}
457+
onMouseLeave={(e) => (e.currentTarget.style.color = '#CBD5E1')}
458458
>
459459
← Zurück
460460
</button>

0 commit comments

Comments
 (0)