Variants
The library's four semantic colors. danger is the default, since an unread count is the common case.
<gog-button gogBadge="7" badgeVariant="success">Passed</gog-button>
<gog-button gogBadge="7" badgeVariant="danger">Failed</gog-button>
<gog-button gogBadge="7" badgeVariant="warning">Flaky</gog-button>
<gog-button gogBadge="7" badgeVariant="info">Skipped</gog-button>