What: Replace the "×" character close buttons in ExportModal and ImportModal headers with a proper SVG icon (IClose or IXMark) added to icons.rs.
Why: All other interactive elements use SVG icons from icons.rs; the "×" character is inconsistent with that convention.
Pros: Full icon consistency; better control over size and color.
Cons: Minor effort to add new icon; low visual impact.
Context: Both modals render button { "×" } styled with text-lg leading-none. A new IXMark { class: "w-4 h-4" } icon would replace it.
What: Replace the
"×"character close buttons inExportModalandImportModalheaders with a proper SVG icon (ICloseorIXMark) added toicons.rs.Why: All other interactive elements use SVG icons from
icons.rs; the"×"character is inconsistent with that convention.Pros: Full icon consistency; better control over size and color.
Cons: Minor effort to add new icon; low visual impact.
Context: Both modals render
button { "×" }styled withtext-lg leading-none. A newIXMark { class: "w-4 h-4" }icon would replace it.