Skip to content

Commit

Permalink
fix: remaining issues with colors (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Feb 17, 2025
1 parent e981d5b commit 08a8bf3
Show file tree
Hide file tree
Showing 7 changed files with 587 additions and 591 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const ColorPicker = ({
{!isAddColor && (
<DBTooltip
placement="bottom"
className="db-neutral-bg-basic-level-1"
className="db-bg-color-basic-level-1"
>
{t("adaptColor")}
</DBTooltip>
Expand Down
2 changes: 1 addition & 1 deletion src/components/DefaultPage/default-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DefaultPage = ({
<DBPage
className={className}
variant="fixed"
data-color="neutral-bg-basic-level-1"
data-color="neutral"
header={
<DBHeader
drawerOpen={drawerOpen}
Expand Down
2 changes: 1 addition & 1 deletion src/components/Demo/Sidenav/sidenav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Sidenav = () => {
const { t } = useTranslation();
return (
<div
className="demo-side-nav w-full min-w-auto md:min-w-fit md:w-auto db-neutral-bg-basic-level-1
className="demo-side-nav w-full min-w-auto md:min-w-fit md:w-auto db-bg-color-basic-level-1
p-fix-md gap-fix-md mx-[1px] md:mx-0
border-b md:border-b-0 md:border-r
flex md:flex-col h-auto md:h-full
Expand Down
Loading

0 comments on commit 08a8bf3

Please sign in to comment.