[go: up one dir, main page]

GlBadge - Pill prop overrides Variant prop's css

Screen_Shot_2020-05-14_at_10.52.35_AM

Example

<gl-badge variant="primary" :pill="true">Primary</gl-badge>

This should be a primary styled pill badge. Instead it gets overwritten by the colors applied by the .badge-pill class.

Edited by Zack Cuddy