Mbonea commited on
Commit
0c84f6a
1 Parent(s): ee4cf71

before since it makes sense

Browse files
Remotion-app/src/HelloWorld/TextStream.jsx CHANGED
@@ -7,7 +7,6 @@ import {TransitionSeries} from '@remotion/transitions';
7
 
8
  const subtitle = Constants?.text
9
  ? {
10
- ...Constants.text,
11
  fontFamily: 'Luckiest Guy',
12
  fontSize: 120,
13
  textAlign: 'center',
@@ -19,6 +18,7 @@ const subtitle = Constants?.text
19
  bottom: '30vh',
20
  height: 'fit-content',
21
  width: '100%',
 
22
  }
23
  : {
24
  fontFamily: 'Luckiest Guy',
 
7
 
8
  const subtitle = Constants?.text
9
  ? {
 
10
  fontFamily: 'Luckiest Guy',
11
  fontSize: 120,
12
  textAlign: 'center',
 
18
  bottom: '30vh',
19
  height: 'fit-content',
20
  width: '100%',
21
+ ...Constants.text,
22
  }
23
  : {
24
  fontFamily: 'Luckiest Guy',