@@ -52,7 +52,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
52
52
verticalLine1 : new Konva . Line ( {
53
53
name : `${ this . type } :vertical_line_1` ,
54
54
listening : false ,
55
- stroke : 'rgba(255, 255, 255, 0.45 )' ,
55
+ stroke : 'hsl(220 12% 90% / 0.9 )' ,
56
56
strokeWidth : 1 ,
57
57
strokeScaleEnabled : false ,
58
58
perfectDrawEnabled : false ,
@@ -61,7 +61,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
61
61
verticalLine2 : new Konva . Line ( {
62
62
name : `${ this . type } :vertical_line_2` ,
63
63
listening : false ,
64
- stroke : 'rgba(255, 255, 255, 0.45 )' ,
64
+ stroke : 'hsl(220 12% 90% / 0.9 )' ,
65
65
strokeWidth : 1 ,
66
66
strokeScaleEnabled : false ,
67
67
perfectDrawEnabled : false ,
@@ -70,7 +70,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
70
70
horizontalLine1 : new Konva . Line ( {
71
71
name : `${ this . type } :horizontal_line_1` ,
72
72
listening : false ,
73
- stroke : 'rgba(255, 255, 255, 0.45 )' ,
73
+ stroke : 'hsl(220 12% 90% / 0.9 )' ,
74
74
strokeWidth : 1 ,
75
75
strokeScaleEnabled : false ,
76
76
perfectDrawEnabled : false ,
@@ -79,7 +79,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
79
79
horizontalLine2 : new Konva . Line ( {
80
80
name : `${ this . type } :horizontal_line_2` ,
81
81
listening : false ,
82
- stroke : 'rgba(255, 255, 255, 0.45 )' ,
82
+ stroke : 'hsl(220 12% 90% / 0.9 )' ,
83
83
strokeWidth : 1 ,
84
84
strokeScaleEnabled : false ,
85
85
perfectDrawEnabled : false ,
0 commit comments