Skip to content

Commit c097eca

Browse files
committed
chore: switch to classic-app theme
1 parent 445b3e3 commit c097eca

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/react-native-contentpass-ui/src/components/buildFirstLayerUrl.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ describe('buildFirstLayerUrl', () => {
2626
const url = buildFirstLayerUrl(defaultParams);
2727
const parsed = new URL(url);
2828

29-
expect(parsed.searchParams.get('theme')).toBe('steps');
29+
expect(parsed.searchParams.get('theme')).toBe('classic-app');
3030
});
3131

3232
it('should include the SDK version parameter', () => {

packages/react-native-contentpass-ui/src/components/buildFirstLayerUrl.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// const THEME = 'classic';
2-
// const THEME = 'classic-app';
3-
const THEME = 'steps';
1+
const THEME = 'classic-app';
42

53
// FIXME pass something from this SDK?
64
const SDK_VERSION = '20260203105802-ef26e7d899';

0 commit comments

Comments
 (0)