style(ui): use larger border radius on video post card
Updated CompactVideoPostCard to use a larger border radius by replacing rounded_md with rounded_lg.
This commit is contained in:
@@ -421,7 +421,7 @@ export function CompactVideoPostCard({
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.rounded_md,
|
a.rounded_lg,
|
||||||
a.overflow_hidden,
|
a.overflow_hidden,
|
||||||
{
|
{
|
||||||
backgroundColor: black,
|
backgroundColor: black,
|
||||||
@@ -462,7 +462,7 @@ export function CompactVideoPostCard({
|
|||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.rounded_md,
|
a.rounded_lg,
|
||||||
a.overflow_hidden,
|
a.overflow_hidden,
|
||||||
{
|
{
|
||||||
backgroundColor: black,
|
backgroundColor: black,
|
||||||
@@ -537,7 +537,7 @@ export function CompactVideoPostCardPlaceholder() {
|
|||||||
<View style={[a.flex_1]}>
|
<View style={[a.flex_1]}>
|
||||||
<View
|
<View
|
||||||
style={[
|
style={[
|
||||||
a.rounded_md,
|
a.rounded_lg,
|
||||||
a.overflow_hidden,
|
a.overflow_hidden,
|
||||||
{
|
{
|
||||||
backgroundColor: black,
|
backgroundColor: black,
|
||||||
|
|||||||
@@ -193,7 +193,7 @@ function VideoCards({
|
|||||||
a.justify_center,
|
a.justify_center,
|
||||||
a.align_center,
|
a.align_center,
|
||||||
a.flex_1,
|
a.flex_1,
|
||||||
a.rounded_md,
|
a.rounded_lg,
|
||||||
t.atoms.bg,
|
t.atoms.bg,
|
||||||
]}>
|
]}>
|
||||||
{({pressed}) => (
|
{({pressed}) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user