mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-03 12:38:26 +01:00
style(tv): align actor card font sizes and horizontal padding on details page
This commit is contained in:
@@ -86,7 +86,7 @@ export const TVActorCard = React.forwardRef<View, TVActorCardProps>(
|
|||||||
|
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: typography.body,
|
fontSize: typography.callout,
|
||||||
fontWeight: "600",
|
fontWeight: "600",
|
||||||
color: focused ? "#fff" : "rgba(255,255,255,0.9)",
|
color: focused ? "#fff" : "rgba(255,255,255,0.9)",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
@@ -100,7 +100,7 @@ export const TVActorCard = React.forwardRef<View, TVActorCardProps>(
|
|||||||
{person.Role && (
|
{person.Role && (
|
||||||
<Text
|
<Text
|
||||||
style={{
|
style={{
|
||||||
fontSize: typography.callout,
|
fontSize: typography.callout * 0.8,
|
||||||
color: focused
|
color: focused
|
||||||
? "rgba(255,255,255,0.8)"
|
? "rgba(255,255,255,0.8)"
|
||||||
: "rgba(255,255,255,0.5)",
|
: "rgba(255,255,255,0.5)",
|
||||||
|
|||||||
Reference in New Issue
Block a user