Skip to content

Commit ed5c04f

Browse files
authored
Tweak cheatsheet variable coloring (#1144)
1 parent 94dadfc commit ed5c04f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-nx/libs/cheatsheet/src/lib/components/formatCaptures.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function formatCaptures(input: string) {
1313
);
1414

1515
return (
16-
<span className="inline-block px-[2px] rounded-md text-cyan-900 dark:text-inherit bg-cyan-400 dark:bg-cyan-600">
16+
<span className="inline-block p-[2px] rounded-md text-[#000000E3] dark:text-[#FFFFFFE3] bg-[#8686864C] dark:bg-[#FFFFFF33]">
1717
<SmartLink key={i} to="#legend" noFormatting={true}>
1818
{'['}
1919
{innerElement}

0 commit comments

Comments
 (0)