mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-06 12:10:26 -05:00
Format code
This commit is contained in:
parent
b0927b8388
commit
6b4468bf7d
@ -29,6 +29,6 @@ export const focusReset: object =
|
||||
Platform.OS === "web"
|
||||
? {
|
||||
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 { 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();
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user