Skip to content

Commit 84d0dab

Browse files
committed
docs(note): change yellow to easier to read colors
1 parent 0ccc427 commit 84d0dab

File tree

1 file changed

+1
-1
lines changed
  • apps/website/src/components/note

1 file changed

+1
-1
lines changed

apps/website/src/components/note/note.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function getBackgroundByStatus(status?: NoteStatus) {
2929
case NoteStatus.Info:
3030
return 'bg-secondary/20 border-secondary border-l-2 mb-4 rounded-lg block';
3131
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';
32+
return 'bg-yellow-500/20 border-yellow-500 border-l-2 mb-4 rounded-lg block';
3333
case NoteStatus.Caution:
3434
return 'bg-destructive/20 border-desctructive border-l-2 mb-4 rounded-lg block';
3535
default:

0 commit comments

Comments
 (0)