style(v2): add className to tab container (#4086)

* Add: className to tab container

* Update: single dash
This commit is contained in:
Arthur 2021-01-27 16:18:58 +01:00 committed by GitHub
parent 22e231904d
commit b49ff32417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ function Tabs(props: Props): JSX.Element {
};
return (
<div>
<div className="tabs-container">
<ul
role="tablist"
aria-orientation="horizontal"