@@ -0,0 +1,17 @@
import {
defaultConfig,
createSystem,
defineConfig,
defineTextStyles,
} from "@chakra-ui/react";
const config = defineConfig({
globalCss: {
"*": {
focusRing: "none",
color: "#FFF",
},
});
export default createSystem(defaultConfig, config);
The note is not visible to the blocked user.