Skip to content

Commit

Permalink
feat(design): tab style updates (#3379)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint authored Dec 26, 2024
1 parent 1f1f854 commit 53d3a41
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<daff-tab>
<daff-tab-label>
<fa-icon [icon]="faInfoCircle" daffPrefix></fa-icon>
Tab 1
Usage 1
</daff-tab-label>
<daff-tab-panel>
Tab 1 Panel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
border: none;
color: currentColor;
font-size: 1rem;
line-height: 1.5rem;
font-weight: 400;
height: 2.5rem;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion libs/design/tabs/src/tabs/tabs.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#{$root}__tab-list {
display: flex;
overflow-x: scroll;
overflow-x: auto;
scrollbar-width: thin;
}
}

0 comments on commit 53d3a41

Please sign in to comment.