mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-22 16:29:09 +01:00
[Cl-10] Make badge inline (#3089)
* feat: make badge inline * feat: lower y-padding
This commit is contained in:
parent
4be301f125
commit
797fc3a390
@ -26,11 +26,10 @@ const hoverStyles: Record<BadgeTypes, string[]> = {
|
||||
export class BadgeDirective {
|
||||
@HostBinding("class") get classList() {
|
||||
return [
|
||||
"tw-inline-block",
|
||||
"tw-py-1",
|
||||
"tw-inline",
|
||||
"tw-py-0.5",
|
||||
"tw-px-1.5",
|
||||
"tw-font-bold",
|
||||
"tw-leading-none",
|
||||
"tw-text-center",
|
||||
"!tw-text-contrast",
|
||||
"tw-rounded",
|
||||
|
Loading…
Reference in New Issue
Block a user