← All changes
|
src/Agent/workflows/theme/components/SelectGeneratedPalette.jsx
+1
-1
3.1.2
→
3.2.1
View file →
| @@ -141,9 +141,9 @@ | ||
| 141 | 141 | |
| 142 | 142 | if (noPalettes) return null; |
| 143 | 143 | |
| 144 | 144 | return ( |
| 145 | - <div className="mb-4 ml-10 mr-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50 rtl:ml-2 rtl:mr-10"> | |
| 145 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 146 | 146 | <div className="rounded-lg border-b border-gray-300 bg-white"> |
| 147 | 147 | <div className="grid grid-cols-2 gap-2 p-3"> |
| 148 | 148 | {palettes.map(({ name, colors, colorsArray }) => ( |
| 149 | 149 | <button |