From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/workflow/header/env-button.tsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/app/components/workflow/header/env-button.tsx b/app/components/workflow/header/env-button.tsx
index e3196ee..7159877 100644
--- a/app/components/workflow/header/env-button.tsx
+++ b/app/components/workflow/header/env-button.tsx
@@ -16,7 +16,7 @@
return (
<Button className='p-2' disabled={disabled} onClick={handleClick}>
- <Env className='h-4 w-4 text-components-button-secondary-text' />
+ <Env className='w-4 h-4 text-components-button-secondary-text' />
</Button>
)
}
--
Gitblit v1.8.0