From 24fa521b17fed205008909fbcd5c625334f057bc Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Wed, 15 Feb 2023 21:39:40 +0100 Subject: [PATCH] [SM-469] Change sortable to be bold (#4768) --- libs/components/src/table/sortable.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/components/src/table/sortable.component.ts b/libs/components/src/table/sortable.component.ts index fbfbcc7e575..a95b148d1e2 100644 --- a/libs/components/src/table/sortable.component.ts +++ b/libs/components/src/table/sortable.component.ts @@ -85,9 +85,9 @@ export class SortableComponent implements OnInit { return [ // Offset to border and padding "-tw-m-1.5", + "tw-font-bold", // Below is copied from BitIconButtonComponent - "tw-font-semibold", "tw-border", "tw-border-solid", "tw-rounded",