mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
fix(debug): Change colour of left border for fatal errors
This commit is contained in:
parent
916adb5f70
commit
ab811461a8
@ -120,7 +120,7 @@ export const Issue: FC<IssueProps> = function (props) {
|
||||
borderColour = "border-red-500";
|
||||
break;
|
||||
case IssueSeverity.FATAL_ERROR:
|
||||
borderColour = "border-red-900";
|
||||
borderColour = "border-red-300";
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user