From 137a5a84ccf3fb5d83ee81e68e6e9b007b775a9e Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Thu, 19 Jan 2023 17:34:35 -0600 Subject: [PATCH] lint(gui): outline generate buttons --- gui/src/components/tab/Img2Img.tsx | 2 +- gui/src/components/tab/Inpaint.tsx | 2 +- gui/src/components/tab/Txt2Img.tsx | 2 +- gui/src/components/tab/Upscale.tsx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gui/src/components/tab/Img2Img.tsx b/gui/src/components/tab/Img2Img.tsx index b989dac7..0ac2dc2e 100644 --- a/gui/src/components/tab/Img2Img.tsx +++ b/gui/src/components/tab/Img2Img.tsx @@ -63,7 +63,7 @@ export function Img2Img() { }} /> - + ; } diff --git a/gui/src/components/tab/Inpaint.tsx b/gui/src/components/tab/Inpaint.tsx index 15158d50..1328a7f8 100644 --- a/gui/src/components/tab/Inpaint.tsx +++ b/gui/src/components/tab/Inpaint.tsx @@ -161,7 +161,7 @@ export function Inpaint() { - + ; } diff --git a/gui/src/components/tab/Txt2Img.tsx b/gui/src/components/tab/Txt2Img.tsx index 9f9e565a..4eb9b454 100644 --- a/gui/src/components/tab/Txt2Img.tsx +++ b/gui/src/components/tab/Txt2Img.tsx @@ -65,7 +65,7 @@ export function Txt2Img() { /> - + ; } diff --git a/gui/src/components/tab/Upscale.tsx b/gui/src/components/tab/Upscale.tsx index 1447c357..5754c81a 100644 --- a/gui/src/components/tab/Upscale.tsx +++ b/gui/src/components/tab/Upscale.tsx @@ -46,7 +46,7 @@ export function Upscale() { }); }} /> - + ; }