Skip to content

Commit 6dbf3ff

Browse files
Fix style resolution (#721)
* Fix style resolution * PR changes
1 parent e306920 commit 6dbf3ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

theme.js

+4
Original file line numberDiff line numberDiff line change
@@ -3062,5 +3062,9 @@ export default () => {
30623062
color: changeColorAlpha(resolveVariable('text.color'), 0.5),
30633063
},
30643064
},
3065+
3066+
'shoutem.ui.ScrollView': {
3067+
contentContainerStyle: {},
3068+
},
30653069
};
30663070
};

0 commit comments

Comments
 (0)