1
0
forked from baron/baron-sso

공통 테이블 헤더 배경 토큰 적용

This commit is contained in:
2026-05-14 13:09:02 +09:00
parent 0d84dbcde1
commit 5ef8f933cc
3 changed files with 6 additions and 3 deletions

View File

@@ -28,6 +28,7 @@ import {
TableRow,
} from "../../components/ui/table";
import {
commonStickyTableHeaderClass,
commonTableShellClass,
commonTableViewportClass,
} from "../../../../common/ui/table";
@@ -192,7 +193,7 @@ export default function DeveloperRequestPage() {
<div className={commonTableShellClass}>
<div className={commonTableViewportClass}>
<Table>
<TableHeader className="sticky top-0 z-10 bg-secondary shadow-sm">
<TableHeader className={commonStickyTableHeaderClass}>
<TableRow>
{isSuperAdmin && (
<TableHead>