Commit eeff84e
committed
fix: Icon color was not correct for Custom provider
This icon was using `fill: currentColor` which is not good for Custom
provivder icon; but `fill: inherit` as set with `preserveColor` does the
job1 parent c1ad4b9 commit eeff84e
File tree
1 file changed
+2
-2
lines changed- packages/cozy-search/src/components/CreateAssistantSteps
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments