refactor: update zap split description to match offline-first paragraph style

This commit is contained in:
Gigi
2025-10-15 19:15:43 +02:00
parent 3b1fc095c4
commit 431f28e861

View File

@@ -143,10 +143,10 @@ const ZapSettings: React.FC<ZapSettingsProps> = ({ settings, onUpdate }) => {
</div>
</div>
<div className="zap-split-description">
<p className="setting-description" style={{ marginBottom: '1rem', color: 'var(--color-text-secondary)', fontSize: '0.875rem' }}>
Weights determine zap splits when highlighting nostr-native content.
If the content has multiple authors, their share is divided proportionally.
</div>
</p>
</div>
)
}