Skip to content

Commit

Permalink
Fix sidebar card variant
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed Dec 4, 2024
1 parent 5b6fdd8 commit b81d46d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Sidebar: FC<SidebarProps> = ({
const labelElement = primaryButton.loading ? <LoadingSpinner size={28} /> : primaryButton.label

const sidebarWrapped = (
<Card className={sidebarClassNames.sidebarWrapper} variant="cardPrimary">
<Card className={sidebarClassNames.sidebarWrapper} variant="cardSecondary">
<div
className={clsx(sidebarClassNames.sidebarHeaderWrapper, {
[sidebarClassNames.centerTitle]: !titleTabs && !!goBackAction,
Expand Down

0 comments on commit b81d46d

Please sign in to comment.