merge text-xs override
This commit is contained in:
@@ -13,7 +13,7 @@ const (
|
||||
BadgeMuted = "muted"
|
||||
)
|
||||
|
||||
const badgeBase = "inline-flex items-center gap-1 text-xs font-semibold py-0.5 px-2 rounded-default whitespace-nowrap"
|
||||
const badgeBase = "inline-flex items-center gap-1 text-ss font-semibold py-0.5 px-2 rounded-default whitespace-nowrap"
|
||||
|
||||
var badgeColors = map[string]string{
|
||||
"green": "text-white bg-green-700",
|
||||
|
||||
Reference in New Issue
Block a user