mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
Demo: fixed foreground of "Show dialog" link label (was unreadable in dark theme)
This commit is contained in:
@@ -296,7 +296,7 @@ class OptionPanePanel
|
||||
private JOptionPane optionPane;
|
||||
|
||||
ShowDialogLinkLabel() {
|
||||
setText( "<html><a href=\"#\">Show dialog</a></html>" );
|
||||
setText( "<html><a href=\"#\" color=\"#589df6\">Show dialog</a></html>" );
|
||||
|
||||
addMouseListener( new MouseAdapter() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user