Skip to content

Commit

Permalink
feat: Apply Application Background Color Class - MEED-7042 - Meeds-io…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored and exo-swf committed Jun 12, 2024
1 parent 15412f4 commit 99d60a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<v-tabs
v-model="selectedTab"
slider-size="4"
class="card-border-radius overflow-hidden">
class="card-border-radius overflow-hidden app-background-color">
<v-tab
key="applications"
href="#applications"
Expand All @@ -36,7 +36,7 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
</v-tab>
</v-tabs>

<v-tabs-items v-model="selectedTab" class="mt-2 card-border-radius overflow-hidden">
<v-tabs-items v-model="selectedTab" class="mt-2 card-border-radius app-background-color overflow-hidden">
<v-tab-item
id="applications"
value="applications"
Expand Down

0 comments on commit 99d60a8

Please sign in to comment.