mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 21:30:17 +08:00
style: fix formatting issues caught by CI
This commit is contained in:
@@ -468,9 +468,12 @@ export function SessionManagerPage({ appId }: { appId: string }) {
|
||||
variant="secondary"
|
||||
size="icon"
|
||||
className="size-7 bg-blue-50 text-blue-600 hover:bg-blue-100 dark:bg-blue-950/40 dark:text-blue-300 dark:hover:bg-blue-950/60"
|
||||
aria-label={t("sessionManager.exitBatchModeTooltip", {
|
||||
defaultValue: "退出批量管理",
|
||||
})}
|
||||
aria-label={t(
|
||||
"sessionManager.exitBatchModeTooltip",
|
||||
{
|
||||
defaultValue: "退出批量管理",
|
||||
},
|
||||
)}
|
||||
onClick={exitSelectionMode}
|
||||
>
|
||||
<CheckSquare className="size-3.5" />
|
||||
|
||||
Reference in New Issue
Block a user