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 25c32e0 commit 1569661Copy full SHA for 1569661
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
### 1.10.2
4
5
-- Regressed combobox foreground
+- Regressed checkbox foreground
6
- Pick a lighter color for separator
7
8
### 1.10.1
src/main/kotlin/com/draculatheme/jetbrains/notifications/DraculaNotifications.kt
@@ -13,7 +13,7 @@ object DraculaNotifications {
13
private val releaseNote = """
14
What's New?<br>
15
<ul>
16
- <li>Regressed combobox foreground</li>
+ <li>Regressed checkbox foreground</li>
17
<li>Pick a lighter color for separator</li>
18
</ul>
19
Please visit the <a href="https://github.com/dracula/jetbrains/blob/master/CHANGELOG.md">Changelog</a> for more details.<br>
0 commit comments