We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be869f6 commit 3e04053Copy full SHA for 3e04053
src/components/CodeExample.mjs
@@ -119,7 +119,7 @@ function CodeExample(Props) {
119
if (showLabel) {
120
var label$1 = langShortname(lang);
121
label = React.createElement("div", {
122
- className: "absolute right-0 px-4 pb-4 bg-gray-5 font-sans text-12 font-bold text-gray-60 "
+ className: "absolute right-0 px-4 pb-4 font-sans text-12 font-bold text-gray-60 "
123
}, label$1.toUpperCase());
124
} else {
125
label = null;
0 commit comments