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.
2 parents 09f80b2 + 0db6c94 commit 466582cCopy full SHA for 466582c
src/components/Tip.js
@@ -41,7 +41,7 @@ export function TipCompat({ children }) {
41
42
export function TipInfo({ children }) {
43
return (
44
- <div className="text-sm leading-6 bg-blue-50 dark:bg-blue-600 text-blue-800 px-6 py-4 mb-8 rounded-lg">
+ <div className="text-sm leading-6 bg-blue-50 dark:bg-blue-900 text-blue-800 px-6 py-4 mb-8 rounded-lg">
45
<div className="flex items-start space-x-3">
46
<svg width="40" height="40" className="text-sky-500" fill="none">
47
<path
0 commit comments