Skip to content

Commit

Permalink
feat: ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
megheaiulian authored and cristinecula committed Dec 8, 2021
1 parent 959e351 commit 9eb77eb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cosmoz-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ using tabs.
The following custom properties and mixins are available for styling:
Custom property | Description | Default
----------------|-------------|----------
Custom property | Description | Default
------------------------------------|-----------------------------|----------
`--cosmoz-tabs-selection-bar-color` | Color for the selection bar | `#00b4db`
*/
Expand All @@ -27,6 +27,7 @@ const Tabs = host => {

return html`
<style>${ style }</style>
<slot name="title"></slot>
<div class="tabs" part="tabs" role="tablist">
${ tabs.map(renderTab(opts)) }
</div>
Expand Down

0 comments on commit 9eb77eb

Please sign in to comment.