update: style
This commit is contained in:
@@ -5,7 +5,7 @@ import { cn } from "~/lib/utils";
|
||||
export const adminPageClass = "h-full overflow-auto bg-[#f3f6f9] p-6";
|
||||
|
||||
export const adminToolbarClass =
|
||||
"mb-3.5 flex items-center justify-between rounded-lg border border-[#dfe7ef] bg-white px-3.5 py-3";
|
||||
"mb-3.5 flex items-center justify-between rounded-lg border border-line bg-white px-3.5 py-3";
|
||||
|
||||
export const adminToolbarSearchClass =
|
||||
"flex w-[280px] items-center gap-2 rounded-md border border-[#d9e2eb] bg-[#f8fafb] px-3 py-2 [&_svg]:text-[#8a99a8]";
|
||||
@@ -16,7 +16,7 @@ export const adminToolbarInputClass =
|
||||
export const adminReadonlyClass =
|
||||
"mb-3 rounded-md border border-[#f1d79c] bg-[#fff8e8] px-3.5 py-2.5 text-[11px] text-[#8a6416]";
|
||||
|
||||
export const adminEmptyClass = "p-[25px] text-center text-[#8796a6]";
|
||||
export const adminEmptyClass = "p-[25px] text-center text-ink-subtle";
|
||||
|
||||
export const employeeNameClass =
|
||||
"flex items-center gap-2.5 [&_small]:mt-[3px] [&_small]:text-[#93a0ae] [&_strong]:text-[#23384e] [&>span]:flex [&>span]:min-w-0 [&>span]:flex-col";
|
||||
|
||||
Reference in New Issue
Block a user