mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-26 00:15:18 -04:00
replace medium font weight with 500
This commit is contained in:
parent
b41bf3968c
commit
8d33a5f737
1 changed files with 2 additions and 2 deletions
|
@ -822,7 +822,7 @@ tree-table-view:focused {
|
||||||
|
|
||||||
.nav-button .text {
|
.nav-button .text {
|
||||||
-fx-font-size: 0.95em;
|
-fx-font-size: 0.95em;
|
||||||
-fx-font-weight: medium;
|
-fx-font-weight: 500;
|
||||||
-fx-fill: -bs-rd-nav-deselected;
|
-fx-fill: -bs-rd-nav-deselected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -856,7 +856,7 @@ tree-table-view:focused {
|
||||||
|
|
||||||
.nav-secondary-button .text {
|
.nav-secondary-button .text {
|
||||||
-fx-font-size: 0.95em;
|
-fx-font-size: 0.95em;
|
||||||
-fx-font-weight: medium;
|
-fx-font-weight: 500;
|
||||||
-fx-fill: -bs-rd-nav-secondary-deselected;
|
-fx-fill: -bs-rd-nav-secondary-deselected;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue