Skip to content

Commit 7b826c3

Browse files
committed
chore: Update KeyValueTable component with transparent background for sort button
1 parent 974771d commit 7b826c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/KeyValueTable/KeyValueTable.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export const KeyValueTable = <K extends string>({
326326
{isSortable ? (
327327
<button
328328
type="button"
329-
className="cn-7 fs-12 lh-20-imp fw-6 flexbox dc__align-items-center dc__gap-2"
329+
className="cn-7 fs-12 lh-20-imp fw-6 flexbox dc__align-items-center dc__gap-2 dc__transparent"
330330
onClick={onSortBtnClick}
331331
>
332332
{label}

0 commit comments

Comments
 (0)