mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 20:56:42 +00:00
color adjustment
This commit is contained in:
parent
c591a8a18e
commit
4cfcaaa2ca
1 changed files with 3 additions and 3 deletions
|
|
@ -434,9 +434,9 @@ ApplicationWindow {
|
|||
rotation: 90
|
||||
|
||||
gradient: Gradient {
|
||||
GradientStop { position: 0.0; color: "#D5D4D5" }
|
||||
GradientStop { position: 0.1; color: "#E7E5E7" }
|
||||
GradientStop { position: 1.0; color: "#E7E5E7" }
|
||||
GradientStop { position: 0.0; color: "#E2DEDE" }
|
||||
GradientStop { position: 0.1; color: "#EBE8E8" }
|
||||
GradientStop { position: 1.0; color: "#EBE8E8" }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue