chore(applies.css): update class name in .header-arrangement to improve semantics

chore(applies.css): update class name in .api-modal-tabs to improve semantics
This commit is contained in:
cristhianzl 2023-10-11 08:41:26 -03:00
commit 4e4fae329a

View file

@ -505,7 +505,7 @@
}
.header-arrangement {
@apply flex-max-width h-12 items-center justify-between border-border bg-muted;
@apply flex-max-width h-12 items-center justify-between border-border bg-background;
}
.header-start-display {
@apply flex w-[30%] items-center justify-start gap-2;
@ -853,7 +853,7 @@
}
.api-modal-tabs {
@apply flex h-full flex-col max-w-full overflow-hidden rounded-md border bg-muted text-center sm:w-[75vw] md:w-[75vw] lg:w-[75vw] xl:w-[76vw] 2xl:w-full;
@apply flex h-full max-w-full flex-col overflow-hidden rounded-md border bg-muted text-center sm:w-[75vw] md:w-[75vw] lg:w-[75vw] xl:w-[76vw] 2xl:w-full;
}
.api-modal-tablist-div {
@apply flex items-center justify-between px-2;