Skip to content

Commit a8ae0d7

Browse files
committed
fix: Update toolbar size class
Signed-off-by: Akshat Patel <[email protected]>
1 parent 1bc0d23 commit a8ae0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/toolbar/table-toolbar.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { TableRowSize } from "../table.types";
4848
template: `
4949
<section
5050
class="cds--table-toolbar"
51-
[ngClass]="{'cds--table-toolbar--small' : size === 'sm'}">
51+
[ngClass]="{'cds--table-toolbar--sm' : size === 'sm'}">
5252
<div
5353
*ngIf="model"
5454
class="cds--batch-actions"

0 commit comments

Comments
 (0)