@ -25,11 +25,14 @@ var css = csjs`
justify-content: center
}
.jumpButton {
${styles.button}
.navigator:hover {
.navigator {
color: ${styles.colors.black}
color: ${styles.colors.orange}
`
function ButtonNavigator (_parent, _traceManager) {
@ -36,9 +36,10 @@ var css = csjs`
.txbutton {
color: ${styles.colors.black};
.txbutton:hover {
color: ${styles.colors.orange};
function TxBrowser (_parent) {