UI: button style unified

This commit is contained in:
qixinbo
2026-03-29 18:00:00 +08:00
parent e30565d931
commit fb4fc7437f
9 changed files with 66 additions and 68 deletions
+3 -2
View File
@@ -82,8 +82,9 @@ export function Projects() {
<Button onClick={() => {
setFormData({ name: '', description: '' });
setIsCreateDialogOpen(true);
}} size="sm" className="gap-2">
<Plus className="h-4 w-4" />{t('newProject')}</Button>
}} className="h-9 gap-2 bg-[#ff4d29] hover:bg-[#ff4d29]/90 text-white rounded-md px-3">
<Plus className="h-4 w-4" />{t('newProject')}
</Button>
</div>
<div className="flex-1 p-6 overflow-auto">