File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
infrastructure/control-panel/src/lib/ui/Table Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 244
244
handleSelectedRow && handleSelectedRow (i );
245
245
}}
246
246
class =" w-full bg-white select-none hover:bg-gray
247
- {selectedRow === i && 'bg-black-300 !'}"
247
+ {selectedRow === i && 'bg-gray !'}"
248
248
>
249
249
{#if withSelection }
250
250
<th class =" wide:px-5 w-[48px] max-w-[48px] min-w-[48px] rounded-l-2xl p-4" >
286
286
<div class =" flex flex-col items-center justify-center" >
287
287
{#if sortBy === cellData .sortable }
288
288
{#if sortOrder != ' asc' }
289
- <ArrowUpOutline class =" h-5 w-5 text-blue-400 " />
289
+ <ArrowUpOutline class =" h-5 w-5 text-gray-500 " />
290
290
{:else }
291
- <ArrowDownOutline class =" h-5 w-5 text-blue-400 " />
291
+ <ArrowDownOutline class =" h-5 w-5 text-gray-500 " />
292
292
{/if }
293
293
{:else }
294
294
<div class =" flex flex-col" >
You can’t perform that action at this time.
0 commit comments