We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5889c6 commit 335354fCopy full SHA for 335354f
client/my-app/src/app/components/Alerts/AlertTable.tsx
@@ -128,7 +128,7 @@ export default function AlertTable({ alerts }: Props) {
128
<Table className="table-auto w-full">
129
<TableHeader>
130
<TableRow className="border-b border-[var(--color-primary)]">
131
- <TableHead onClick={() => handleSort("severity")} className="cursor-pointer select-none ]">
+ <TableHead onClick={() => handleSort("severity")} className="cursor-pointer select-none text-[var(--color-primary)]">
132
<div className="flex items-center justify-between pr-3 border-r border-[var(--color-primary)] w-full">
133
<span>Severity</span>
134
{renderSortIcon("severity")}
0 commit comments