File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -492,6 +492,7 @@ function Page() {
492492 staleTime : 5_000 ,
493493 reconcile : ( old , next ) => reconcile ( next ) ( old ) ,
494494 initialData : [ ] ,
495+ initialDataUpdatedAt : 0 ,
495496 } ) ,
496497 ) ;
497498
Original file line number Diff line number Diff line change @@ -2235,7 +2235,6 @@ function CameraConfig(props: { scrollRef: HTMLDivElement }) {
22352235 : "left-1/2 transform -translate-x-1/2" ,
22362236 item . y === "top" ? "top-2" : "bottom-2" ,
22372237 ) }
2238- onClick = { ( ) => setProject ( "camera" , "position" , item ) }
22392238 >
22402239 < div class = "size-[0.5rem] shrink-0 bg-solid-white rounded-full" />
22412240 </ RadioGroup . ItemControl >
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ export type CaptionsState = {
1515export const defaultCaptionSettings : CaptionSettings = {
1616 enabled : false ,
1717 font : "System Sans-Serif" ,
18- size : 45 ,
18+ size : 50 ,
1919 color : "#A0A0A0" ,
2020 backgroundColor : "#000000" ,
2121 backgroundOpacity : 95 ,
2222 position : "bottom-center" ,
2323 italic : false ,
24- fontWeight : 700 ,
24+ fontWeight : 400 ,
2525 outline : false ,
2626 outlineColor : "#000000" ,
2727 exportWithSubtitles : false ,
You can’t perform that action at this time.
0 commit comments