mirror of
https://github.com/ACINQ/eclair.git
synced 2024-11-20 10:39:19 +01:00
Increased font size of error/description messages
This commit is contained in:
parent
9955f7cdbc
commit
2d7d9a7528
@ -6,7 +6,7 @@
|
||||
|
||||
.text-error {
|
||||
-fx-text-fill: rgb(216,31,74);
|
||||
-fx-font-size: 10px;
|
||||
-fx-font-size: 11px;
|
||||
-fx-translate-y: 6px;
|
||||
}
|
||||
|
||||
@ -15,8 +15,8 @@
|
||||
}
|
||||
|
||||
.label-description {
|
||||
-fx-text-fill: rgb(156,159,161);
|
||||
-fx-font-size: 10px;
|
||||
-fx-text-fill: rgb(146,149,151);
|
||||
-fx-font-size: 11px;
|
||||
}
|
||||
|
||||
.link {
|
||||
|
Loading…
Reference in New Issue
Block a user