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 0ccc427 commit 84d0dabCopy full SHA for 84d0dab
apps/website/src/components/note/note.tsx
@@ -29,7 +29,7 @@ function getBackgroundByStatus(status?: NoteStatus) {
29
case NoteStatus.Info:
30
return 'bg-secondary/20 border-secondary border-l-2 mb-4 rounded-lg block';
31
case NoteStatus.Warning:
32
- return 'bg-[#FBF0CD] dark:bg-[#3B3623] border-yellow-500 border-l-2 dark:border-yellow-500 mb-4 rounded-lg block';
+ return 'bg-yellow-500/20 border-yellow-500 border-l-2 mb-4 rounded-lg block';
33
case NoteStatus.Caution:
34
return 'bg-destructive/20 border-desctructive border-l-2 mb-4 rounded-lg block';
35
default:
0 commit comments