mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-04-12 07:06:40 +02:00
Make thead of RichTable light
This commit is contained in:
parent
33add77704
commit
3d725e7e1b
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2019-2024 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||
* Copyright (C) 2019-2025 CZ.NIC z.s.p.o. (https://www.nic.cz/)
|
||||
*
|
||||
* This is free software, licensed under the GNU General Public License v3.
|
||||
* See /LICENSE for more information.
|
||||
@ -32,7 +32,7 @@ function RichTableHeader({ table, flexRender }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<thead className="thead-light">
|
||||
<thead className="table-light">
|
||||
{table.getHeaderGroups().map((headerGroup) => (
|
||||
<tr key={headerGroup.id} role="row">
|
||||
{headerGroup.headers.map((header) => (
|
||||
|
Loading…
x
Reference in New Issue
Block a user