Skip to content

Commit e69e29e

Browse files
committed
udpated opacity of active component on canvas
1 parent 0846774 commit e69e29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ComponentDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ li:hover{
640640
position: absolute;
641641
}
642642
.active {
643-
background-color: rgba($accent, .7);
643+
background-color: rgba($secondary, .42);
644644
border: 1px dashed $accent;
645645
}
646646
.minorAction {

0 commit comments

Comments
 (0)