mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 14:53:24 +00:00
adjust colors to movie-web
This commit is contained in:
@@ -2,7 +2,7 @@ import { Pressable, ScrollView, View } from "react-native";
|
||||
import Modal from "react-native-modal";
|
||||
import { MaterialCommunityIcons } from "@expo/vector-icons";
|
||||
|
||||
import colors from "@movie-web/tailwind-config/colors";
|
||||
import { defaultTheme } from "@movie-web/tailwind-config/themes";
|
||||
|
||||
import { usePlaybackSpeed } from "~/hooks/player/usePlaybackSpeed";
|
||||
import { useBoolean } from "~/hooks/useBoolean";
|
||||
@@ -27,7 +27,7 @@ export const PlaybackSpeedSelector = () => {
|
||||
<MaterialCommunityIcons
|
||||
name="speedometer"
|
||||
size={24}
|
||||
color={colors.primary[300]}
|
||||
color={defaultTheme.extend.colors.buttons.primary}
|
||||
/>
|
||||
}
|
||||
/>
|
||||
@@ -59,7 +59,7 @@ export const PlaybackSpeedSelector = () => {
|
||||
<MaterialCommunityIcons
|
||||
name="check-circle"
|
||||
size={24}
|
||||
color={colors.primary[300]}
|
||||
color={defaultTheme.extend.colors.buttons.primary}
|
||||
/>
|
||||
)}
|
||||
</Pressable>
|
||||
|
Reference in New Issue
Block a user