Skip to content

Commit 1cc9eea

Browse files
committed
fix: issue wrong color links
1 parent 7b29cf9 commit 1cc9eea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

react-tailwind-template/src/pages/Page1.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const Page1 = () => {
44
return (
55
<div
66
className="p-fix-xl" // TODO: Change my padding; https://db-ui.github.io/mono/review/main/foundations/variables/examples
7-
data-color="neutral-bg-basic-level-2" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/overview
7+
data-container-color="neutral" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/color-classes
8+
data-bg-color="basic-level-2" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/color-classes
89
data-density="functional" // TODO: Change my density; https://db-ui.github.io/mono/review/main/foundations/densities/examples
910
>
1011
<DBCard className="gap-fix-md">
@@ -19,7 +20,7 @@ const Page1 = () => {
1920
</div>
2021
<div className="flex gap-fix-md flex-wrap">
2122
<DBLink
22-
href="https://db-ui.github.io/mono/review/main/foundations/colors/overview"
23+
href="https://db-ui.github.io/mono/review/main/foundations/colors/color-classes"
2324
content="external"
2425
target="_blank"
2526
>

0 commit comments

Comments
 (0)