diff --git a/README.md b/README.md index d3ed7c5..3006c79 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -
diff --git a/site/src/components/ModifiedTooltip.tsx b/site/src/components/ModifiedTooltip.tsx
new file mode 100644
index 0000000..9c8206b
--- /dev/null
+++ b/site/src/components/ModifiedTooltip.tsx
@@ -0,0 +1,31 @@
+import { Box, Tooltip, useColorMode } from "@chakra-ui/core";
+import theme from '../lib/theme';
+
+const ModifiedTooltip = ({}) => {
+ const { colorMode } = useColorMode();
+
+ return (
+