diff --git a/src/app/tools/export/presentation/export-dialog/export-dialog.component.html b/src/app/tools/export/presentation/export-dialog/export-dialog.component.html index 723b5577..33e81f35 100644 --- a/src/app/tools/export/presentation/export-dialog/export-dialog.component.html +++ b/src/app/tools/export/presentation/export-dialog/export-dialog.component.html @@ -3,41 +3,41 @@

{{ title }}

Options for image export: -
- - Export animated SVG. - @if (isAnimatedSvgExport) { - Animation speed: - seconds - } -
+ Add white background to SVG (default: transparent) + +
+ + Export animated SVG. + @if (isAnimatedSvgExport) { + Animation speed: + + seconds + } +
-
-
+
+
diff --git a/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss b/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss index bdcd88f8..2d0f2afc 100644 --- a/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss +++ b/src/app/tools/export/presentation/export-dialog/export-dialog.component.scss @@ -24,7 +24,6 @@ outline: none; /* Remove default outline */ border-color: var(--borderGray10); /* Change border color */ box-shadow: 0 0 5px var(--borderGray10); /* Optional: Add a glowing effect */ - } .row {