Skip to content

Commit 5a4a052

Browse files
feat(ui): use brand colors for canvas rule of thirds guide
1 parent 9e03549 commit 5a4a052

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

invokeai/frontend/web/src/features/controlLayers/konva/CanvasCompositionGuideModule.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
5252
verticalLine1: new Konva.Line({
5353
name: `${this.type}:vertical_line_1`,
5454
listening: false,
55-
stroke: 'rgba(255, 255, 255, 0.45)',
55+
stroke: 'hsl(220 12% 90% / 0.9)',
5656
strokeWidth: 1,
5757
strokeScaleEnabled: false,
5858
perfectDrawEnabled: false,
@@ -61,7 +61,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
6161
verticalLine2: new Konva.Line({
6262
name: `${this.type}:vertical_line_2`,
6363
listening: false,
64-
stroke: 'rgba(255, 255, 255, 0.45)',
64+
stroke: 'hsl(220 12% 90% / 0.9)',
6565
strokeWidth: 1,
6666
strokeScaleEnabled: false,
6767
perfectDrawEnabled: false,
@@ -70,7 +70,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
7070
horizontalLine1: new Konva.Line({
7171
name: `${this.type}:horizontal_line_1`,
7272
listening: false,
73-
stroke: 'rgba(255, 255, 255, 0.45)',
73+
stroke: 'hsl(220 12% 90% / 0.9)',
7474
strokeWidth: 1,
7575
strokeScaleEnabled: false,
7676
perfectDrawEnabled: false,
@@ -79,7 +79,7 @@ export class CanvasCompositionGuideModule extends CanvasModuleBase {
7979
horizontalLine2: new Konva.Line({
8080
name: `${this.type}:horizontal_line_2`,
8181
listening: false,
82-
stroke: 'rgba(255, 255, 255, 0.45)',
82+
stroke: 'hsl(220 12% 90% / 0.9)',
8383
strokeWidth: 1,
8484
strokeScaleEnabled: false,
8585
perfectDrawEnabled: false,

0 commit comments

Comments
 (0)