Skip to content

Commit 05d0107

Browse files
committed
fix: Correct tab header type to 'line' & 'contained'
Signed-off-by: Akshat Patel <[email protected]>
1 parent ace7ac4 commit 05d0107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tabs/tabs.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export class Tabs implements AfterContentInit, OnChanges {
9898
/**
9999
* Sets the type of the `TabHeader`s
100100
*/
101-
@Input() type: "default" | "container" = "default";
101+
@Input() type: "line" | "contained" = "line";
102102
/**
103103
* Sets the theme of `TabHeader`s
104104
*/

0 commit comments

Comments
 (0)