Skip to content

Commit

Permalink
test(breadcrumbs): fix import of css variables
Browse files Browse the repository at this point in the history
  • Loading branch information
max-umain committed Dec 13, 2024
1 parent 4706176 commit 5cb5e01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</script>
</head>

<body class="tds-mode-dark" style="background-color: grey-958">
<body class="tds-mode-dark" style="background-color: var(--tds-grey-958)">
<tds-breadcrumbs>
<tds-breadcrumb>
<a href="#">Page 1</a>
Expand Down

0 comments on commit 5cb5e01

Please sign in to comment.