mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Made spelling error faint yellow (ie: light warning)
This commit is contained in:
parent
53337c7c50
commit
2de866ae55
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ namespace IDE.ui
|
|||
}
|
||||
else if (elementFlags.HasFlag(SourceElementFlags.SpellingError))
|
||||
{
|
||||
underlineColor = 0xE0FF3000;
|
||||
underlineColor = 0x80FFD200;
|
||||
}
|
||||
|
||||
if (underlineColor != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue