Skip to content

Commit

Permalink
Merge pull request #1541 from db-ui/fix-links-tempate
Browse files Browse the repository at this point in the history
fix: issue wrong color links
  • Loading branch information
nmerget authored Nov 22, 2024
2 parents 7b29cf9 + 1cc9eea commit 0ebd2f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions react-tailwind-template/src/pages/Page1.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ const Page1 = () => {
return (
<div
className="p-fix-xl" // TODO: Change my padding; https://db-ui.github.io/mono/review/main/foundations/variables/examples
data-color="neutral-bg-basic-level-2" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/overview
data-container-color="neutral" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/color-classes
data-bg-color="basic-level-2" // TODO: Change my color; https://db-ui.github.io/mono/review/main/foundations/colors/color-classes
data-density="functional" // TODO: Change my density; https://db-ui.github.io/mono/review/main/foundations/densities/examples
>
<DBCard className="gap-fix-md">
Expand All @@ -19,7 +20,7 @@ const Page1 = () => {
</div>
<div className="flex gap-fix-md flex-wrap">
<DBLink
href="https://db-ui.github.io/mono/review/main/foundations/colors/overview"
href="https://db-ui.github.io/mono/review/main/foundations/colors/color-classes"
content="external"
target="_blank"
>
Expand Down

0 comments on commit 0ebd2f8

Please sign in to comment.