diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-22 00:02:24 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-22 00:02:24 +0200 |
| commit | 879f520b75bcb379790317627bc2a8d2b739a2fb (patch) | |
| tree | 869b61adec17dad4cbbf756e2109f864c6f3c9cc /src/components/tab_switcher/tab_switcher.jsx | |
| parent | 8a21594dbc5075b92d245f4c83530c7dae71c62a (diff) | |
tabs support + cleanup
Diffstat (limited to 'src/components/tab_switcher/tab_switcher.jsx')
| -rw-r--r-- | src/components/tab_switcher/tab_switcher.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tab_switcher/tab_switcher.jsx b/src/components/tab_switcher/tab_switcher.jsx index b444da43..027a380a 100644 --- a/src/components/tab_switcher/tab_switcher.jsx +++ b/src/components/tab_switcher/tab_switcher.jsx @@ -97,7 +97,7 @@ export default { .map((slot, index) => { const props = slot.props if (!props) return - const classesTab = ['tab', 'button-default'] + const classesTab = ['tab'] const classesWrapper = ['tab-wrapper'] if (this.activeIndex === index) { classesTab.push('active') |
