Skip to content

Commit 1bc0d23

Browse files
authored
Merge pull request #2468 from Akshat55/issue.2467
fix: Correct tab header type to 'line' & 'contained'
2 parents ace7ac4 + 05d0107 commit 1bc0d23

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)