Skip to content

Commit

Permalink
Add bg to topbar story
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarvu committed Dec 9, 2024
1 parent 365179d commit c076446
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { paths } from '@/config/paths'
import { assets } from '@/ui/assets'
import { NormalizedUnitNumber, Percentage } from '@marsfoundation/common-universal'
import { CheckedAddress } from '@marsfoundation/common-universal'
import { WithTooltipProvider } from '@sb/decorators'
import { WithClassname, WithTooltipProvider } from '@sb/decorators'
import { tokens } from '@sb/tokens'
import { getMobileStory } from '@sb/viewports'
import { Meta, StoryObj } from '@storybook/react'
Expand Down Expand Up @@ -123,7 +123,7 @@ const args = {

const meta: Meta<typeof Topbar> = {
title: 'Features/Topbar/Components/Topbar',
decorators: [WithTooltipProvider(), withRouter],
decorators: [WithTooltipProvider(), withRouter, WithClassname('bg-secondary')],
component: Topbar,
args,
parameters: {
Expand Down

0 comments on commit c076446

Please sign in to comment.