yolo mode

This commit is contained in:
Samuel Newman
2025-01-14 19:37:34 +00:00
committed by Eric Bailey
parent 2c0e8136bc
commit 25b5579bb3
8 changed files with 237 additions and 5 deletions
+1 -1
View File
@@ -546,7 +546,7 @@ export function VideoModeEntranceInterstitial() {
</Text>
<Link
label={_(msg`Start watching`)}
to="/temp-thevids"
to="/temp-yolo"
size="small"
// why don't the gradient ones work?
color="secondary_inverted"
+5 -1
View File
@@ -122,7 +122,11 @@ export function BackButton({onPress, style, ...props}: Partial<ButtonProps>) {
shape="square"
onPress={onPressBack}
hitSlop={HITSLOP_30}
style={[{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET}, style]}
style={[
{marginLeft: -BUTTON_VISUAL_ALIGNMENT_OFFSET},
a.bg_transparent,
style,
]}
{...props}>
<ButtonIcon icon={ArrowLeft} size="lg" />
</Button>