Skip to content

Commit

Permalink
change default orientation option
Browse files Browse the repository at this point in the history
  • Loading branch information
Raiper34 committed Jul 1, 2023
1 parent bb80fff commit 230d566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device-rotation-prompt.ts
Expand Up @@ -69,7 +69,7 @@ export interface IConfig {
* Default class config
*/
const DEFAULT_CONFIG: IConfig = {
orientation: 'landscape',
orientation: 'portrait',
backgroundColor: '#000000',
imageColor: '#ffffff',
imageSize: undefined,
Expand Down

0 comments on commit 230d566

Please sign in to comment.