Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit003d823

Browse files
committed
chore: use pause icon for app idle state
1 parent4fd0312 commit003d823

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎site/src/modules/apps/AppStatusStateIcon.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
CircleAlertIcon,
66
CircleCheckIcon,
77
HourglassIcon,
8-
SquareIcon,
8+
PauseIcon,
99
TriangleAlertIcon,
1010
}from"lucide-react";
1111
importtype{FC}from"react";
@@ -29,7 +29,7 @@ export const AppStatusStateIcon: FC<AppStatusStateIconProps> = ({
2929
switch(state){
3030
case"idle":
3131
return(
32-
<SquareIconclassName={cn(["text-content-secondary",className])}/>
32+
<PauseIconclassName={cn(["text-content-secondary","fill-content-secondary",className])}/>
3333
);
3434
case"complete":
3535
return(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp