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 4875a62 commit 995c1afCopy full SHA for 995c1af
src/components/ui/Hint.tsx
@@ -6,7 +6,7 @@ type HintProps = {
6
};
7
8
function Hint({ children, className }: HintProps): ReactElement {
9
- return <div className={`bg-blue-50 text-blue-500 p-3 border border-blue-200 rounded text-base hint-container ${className}`}>{children}</div>;
+ return <div className={`bg-blue-50 text-primary p-3 border border-blue-200 rounded text-base hint-container ${className}`}>{children}</div>;
10
}
11
12
export default Hint;
0 commit comments