← All changes
|
src/Agent/workflows/theme/components/UpdateLogoConfirm.jsx
+1
-1
3.1.2
→
3.2.1
View file →
| @@ -74,8 +74,8 @@ | ||
| 74 | 74 | ); |
| 75 | 75 | }; |
| 76 | 76 | |
| 77 | 77 | const Wrapper = ({ children }) => ( |
| 78 | - <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"> | |
| 78 | + <div className="mb-4 ms-2 me-2 flex flex-col rounded-lg border border-gray-300 bg-gray-50"> | |
| 79 | 79 | {children} |
| 80 | 80 | </div> |
| 81 | 81 | ); |