chore(ui): lint
This commit is contained in:
@@ -324,9 +324,9 @@ const FlashProgress = () => {
|
|||||||
<img
|
<img
|
||||||
src="/logos/usb-stick-min.png"
|
src="/logos/usb-stick-min.png"
|
||||||
alt="usb logo"
|
alt="usb logo"
|
||||||
class="absolute z-0 top-2"
|
class="absolute top-2 z-0"
|
||||||
/>
|
/>
|
||||||
<div class="mb-6 flex w-full max-w-md flex-col items-center gap-3 fg-inv-1 z-10">
|
<div class="z-10 mb-6 flex w-full max-w-md flex-col items-center gap-3 fg-inv-1">
|
||||||
<Typography
|
<Typography
|
||||||
hierarchy="title"
|
hierarchy="title"
|
||||||
size="default"
|
size="default"
|
||||||
@@ -338,7 +338,7 @@ const FlashProgress = () => {
|
|||||||
<LoadingBar />
|
<LoadingBar />
|
||||||
<Button
|
<Button
|
||||||
hierarchy="primary"
|
hierarchy="primary"
|
||||||
class="w-fit mt-3"
|
class="mt-3 w-fit"
|
||||||
size="s"
|
size="s"
|
||||||
onClick={handleCancel}
|
onClick={handleCancel}
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -653,9 +653,9 @@ const InstallProgress = () => {
|
|||||||
<img
|
<img
|
||||||
src="/logos/usb-stick-min.png"
|
src="/logos/usb-stick-min.png"
|
||||||
alt="usb logo"
|
alt="usb logo"
|
||||||
class="absolute z-0 top-2"
|
class="absolute top-2 z-0"
|
||||||
/>
|
/>
|
||||||
<div class="mb-6 flex w-full max-w-md flex-col items-center gap-3 fg-inv-1 z-10">
|
<div class="z-10 mb-6 flex w-full max-w-md flex-col items-center gap-3 fg-inv-1">
|
||||||
<Typography
|
<Typography
|
||||||
hierarchy="title"
|
hierarchy="title"
|
||||||
size="default"
|
size="default"
|
||||||
@@ -706,7 +706,7 @@ const InstallProgress = () => {
|
|||||||
</Typography>
|
</Typography>
|
||||||
<Button
|
<Button
|
||||||
hierarchy="primary"
|
hierarchy="primary"
|
||||||
class="w-fit mt-3"
|
class="mt-3 w-fit"
|
||||||
size="s"
|
size="s"
|
||||||
onClick={handleCancel}
|
onClick={handleCancel}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user