| commit | 0b4002c49fd2a2d696d549cb2b71af6e46accda5 | [log] [tgz] |
|---|---|---|
| author | gio <gio@v1.dodo.cloud> | Sun May 11 15:48:51 2025 +0000 |
| committer | gio <gio@v1.dodo.cloud> | Sun May 11 15:52:24 2025 +0000 |
| tree | 00a00e51861235df14ab2c0c5f7f893682202fb0 | |
| parent | 8d0f635f2fc0b1799daac09ad1da6f6df52b4007 [diff] [blame] |
Canvas: Center icons on details panel Change-Id: I8ef607f3bf756e028ddab00f79e4ec17bd4582bd
diff --git a/apps/canvas/front/src/components/resources.tsx b/apps/canvas/front/src/components/resources.tsx index a07eb86..715f878 100644 --- a/apps/canvas/front/src/components/resources.tsx +++ b/apps/canvas/front/src/components/resources.tsx
@@ -45,7 +45,7 @@ onClick={onResourceAdd(item)} style={{ justifyContent: "flex-start" }} > - {Icon(item.type)} + <Icon type={item.type} /> {item.title} </Button> ))}