Skip to content

Commit 1b17c9e

Browse files
author
mattRedBox
committed
Fixes #939: Turn off transparency.
1 parent 9565f71 commit 1b17c9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/renderer/components/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export default {
474474
return `${this.messageStatus} ${this.sideNavPropertiesForMain}`
475475
},
476476
errorColor () {
477-
return 'rgba(245, 186, 186, 0.3)'
477+
return 'rgba(245, 186, 186, 1)'
478478
},
479479
highlightColor () {
480480
return 'rgba(181, 209, 255, 0.3)'

test/features/support/page-objects/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
const searchColor = 'rgba(252,237,217,1)'
3-
const errorColor = 'rgba(245, 186, 186, 0.3)'
3+
const errorColor = 'rgba(245, 186, 186, 1)'
44

55
export {
66
searchColor,

0 commit comments

Comments
 (0)