fix: displan badge based on workspace plan (#15489)

This commit is contained in:
NFish
2025-03-11 17:01:17 +08:00
committed by GitHub
parent 71a57275ab
commit b730f243dc
4 changed files with 34 additions and 39 deletions

View File

@@ -2,7 +2,7 @@
@layer components {
.premium-badge {
@apply inline-flex justify-center items-center rounded-full border box-border border-[rgba(255,255,255,0.8)] text-white
@apply inline-flex justify-center items-center rounded-md border box-border border-white/95 text-white
}
/* m is for the regular button */