diff --git a/src/plugins/header/options/OptionIcons.tsx b/src/plugins/header/options/OptionIcons.tsx
index e102df9f..57708064 100644
--- a/src/plugins/header/options/OptionIcons.tsx
+++ b/src/plugins/header/options/OptionIcons.tsx
@@ -18,10 +18,16 @@ export class UIPOptionIcons {
/** Default svg for rtl direction icon */
public static rtlDirectionSVG: HTMLElement = (
-
+ <>
+
+
+ >
) as HTMLElement;
/** Default svg for collapsed settings icon */
diff --git a/src/plugins/header/options/option/option.less b/src/plugins/header/options/option/option.less
index bcd59f99..928084cc 100644
--- a/src/plugins/header/options/option/option.less
+++ b/src/plugins/header/options/option/option.less
@@ -7,11 +7,7 @@ uip-option {
background-repeat: no-repeat;
cursor: pointer;
- &.dark-theme-option {
- svg {
- width: 1.5rem;
- height: 1.5rem;
- }
+ &.dark-theme-option, &.rtl-direction-option {
svg:last-child {
display: none;