diff --git a/front/packages/primitives/src/select.web.tsx b/front/packages/primitives/src/select.web.tsx index 3521f007..6aa8a1b6 100644 --- a/front/packages/primitives/src/select.web.tsx +++ b/front/packages/primitives/src/select.web.tsx @@ -19,8 +19,8 @@ */ import Check from "@material-symbols/svg-400/rounded/check-fill.svg"; -import ExpandLess from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg"; import ExpandMore from "@material-symbols/svg-400/rounded/keyboard_arrow_down-fill.svg"; +import ExpandLess from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg"; import * as RSelect from "@radix-ui/react-select"; import { forwardRef } from "react"; import { View } from "react-native"; diff --git a/front/packages/ui/src/details/episode.tsx b/front/packages/ui/src/details/episode.tsx index d0442330..d9d0af7b 100644 --- a/front/packages/ui/src/details/episode.tsx +++ b/front/packages/ui/src/details/episode.tsx @@ -33,8 +33,8 @@ import { tooltip, ts, } from "@kyoo/primitives"; -import ExpandLess from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg"; import ExpandMore from "@material-symbols/svg-400/rounded/keyboard_arrow_down-fill.svg"; +import ExpandLess from "@material-symbols/svg-400/rounded/keyboard_arrow_up-fill.svg"; import { useState } from "react"; import { useTranslation } from "react-i18next"; import { type ImageStyle, Platform, type PressableProps, View } from "react-native";