Hiyve Components - v1.0.0
    Preparing search index...
    • Merges user-provided colors with defaults.

      Parameters

      • OptionaluserColors: Partial<QAPanelColors>

        Partial colors to merge with defaults

      Returns QAPanelColors

      Complete colors object with user overrides applied

      const colors = mergeQAPanelColors({
      upvoteActive: '#ff9800',
      answerBadge: '#2196f3',
      });