mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Format code
This commit is contained in:
parent
b0927b8388
commit
6b4468bf7d
@ -29,6 +29,6 @@ export const focusReset: object =
|
|||||||
Platform.OS === "web"
|
Platform.OS === "web"
|
||||||
? {
|
? {
|
||||||
boxShadow: "unset",
|
boxShadow: "unset",
|
||||||
outline: "none"
|
outline: "none",
|
||||||
}
|
}
|
||||||
: {};
|
: {};
|
||||||
|
@ -23,7 +23,7 @@ import { View } from "react-native";
|
|||||||
import Star from "@material-symbols/svg-400/rounded/star-fill.svg";
|
import Star from "@material-symbols/svg-400/rounded/star-fill.svg";
|
||||||
import { rem, useYoshiki } from "yoshiki/native";
|
import { rem, useYoshiki } from "yoshiki/native";
|
||||||
|
|
||||||
export const Rating = ({ rating, color }: { rating?: number, color: Breakpoint<string> }) => {
|
export const Rating = ({ rating, color }: { rating?: number; color: Breakpoint<string> }) => {
|
||||||
const { css } = useYoshiki();
|
const { css } = useYoshiki();
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user