mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	Make thead of RichTable light
This commit is contained in:
		@@ -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.
 | 
					 * This is free software, licensed under the GNU General Public License v3.
 | 
				
			||||||
 * See /LICENSE for more information.
 | 
					 * See /LICENSE for more information.
 | 
				
			||||||
@@ -32,7 +32,7 @@ function RichTableHeader({ table, flexRender }) {
 | 
				
			|||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
        <thead className="thead-light">
 | 
					        <thead className="table-light">
 | 
				
			||||||
            {table.getHeaderGroups().map((headerGroup) => (
 | 
					            {table.getHeaderGroups().map((headerGroup) => (
 | 
				
			||||||
                <tr key={headerGroup.id} role="row">
 | 
					                <tr key={headerGroup.id} role="row">
 | 
				
			||||||
                    {headerGroup.headers.map((header) => (
 | 
					                    {headerGroup.headers.map((header) => (
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user