Skip to content

Commit 53d3a41

Browse files
authored
feat(design): tab style updates (#3379)
1 parent 1f1f854 commit 53d3a41

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

libs/design/tabs/examples/src/basic-tabs/basic-tabs.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<daff-tab>
33
<daff-tab-label>
44
<fa-icon [icon]="faInfoCircle" daffPrefix></fa-icon>
5-
Tab 1
5+
Usage 1
66
</daff-tab-label>
77
<daff-tab-panel>
88
Tab 1 Panel

libs/design/tabs/src/tabs/tab-activator/tab-activator.component.scss

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
border: none;
99
color: currentColor;
1010
font-size: 1rem;
11+
line-height: 1.5rem;
1112
font-weight: 400;
1213
height: 2.5rem;
1314
margin: 0;

libs/design/tabs/src/tabs/tabs.component.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#{$root}__tab-list {
1111
display: flex;
12-
overflow-x: scroll;
12+
overflow-x: auto;
1313
scrollbar-width: thin;
1414
}
1515
}

0 commit comments

Comments
 (0)