File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
react-tailwind-template/src/pages Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments