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 = () => {
4
4
return (
5
5
< div
6
6
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
8
9
data-density = "functional" // TODO: Change my density; https://db-ui.github.io/mono/review/main/foundations/densities/examples
9
10
>
10
11
< DBCard className = "gap-fix-md" >
@@ -19,7 +20,7 @@ const Page1 = () => {
19
20
</ div >
20
21
< div className = "flex gap-fix-md flex-wrap" >
21
22
< 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 "
23
24
content = "external"
24
25
target = "_blank"
25
26
>
You can’t perform that action at this time.
0 commit comments