We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94dadfc commit ed5c04fCopy full SHA for ed5c04f
cursorless-nx/libs/cheatsheet/src/lib/components/formatCaptures.tsx
@@ -13,7 +13,7 @@ export function formatCaptures(input: string) {
13
);
14
15
return (
16
- <span className="inline-block px-[2px] rounded-md text-cyan-900 dark:text-inherit bg-cyan-400 dark:bg-cyan-600">
+ <span className="inline-block p-[2px] rounded-md text-[#000000E3] dark:text-[#FFFFFFE3] bg-[#8686864C] dark:bg-[#FFFFFF33]">
17
<SmartLink key={i} to="#legend" noFormatting={true}>
18
{'['}
19
{innerElement}
0 commit comments