Skip to content

Commit

Permalink
Use u-gap-s3
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahbit committed Oct 16, 2024
1 parent e92760b commit cafbfc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/bitstyles_phoenix/component/tabs.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule BitstylesPhoenix.Component.Tabs do
''',
'''
"""
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s2" role="tablist">
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s3" role="tablist">
<button type="button" class="a-button a-button--tab" role="tab">
Foo
</button>
Expand Down Expand Up @@ -70,7 +70,7 @@ defmodule BitstylesPhoenix.Component.Tabs do
''',
'''
"""
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s2" role="tablist">
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s3" role="tablist">
<button type="button" aria-selected="true" class="a-button a-button--tab" role="tab">
Foo
</button>
Expand Down Expand Up @@ -100,7 +100,7 @@ defmodule BitstylesPhoenix.Component.Tabs do
''',
'''
"""
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s2" role="tablist">
<div class="u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s3" role="tablist">
<button type="button" aria-selected="true" class="a-button a-button--tab" role="tab">
Foo
</button>
Expand All @@ -119,7 +119,7 @@ defmodule BitstylesPhoenix.Component.Tabs do
def ui_tabs(assigns) do
class =
classnames([
"u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s2",
"u-flex u-flex-wrap u-items-end u-margin-m-bottom u-gap-s3",
assigns[:class]
])

Expand Down

0 comments on commit cafbfc2

Please sign in to comment.