We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d3f11 commit 7a14bcfCopy full SHA for 7a14bcf
src/incubator/toast/index.tsx
@@ -238,7 +238,7 @@ const Toast = (props: PropsWithChildren<ToastProps>) => {
238
239
const styles = StyleSheet.create({
240
toastContent: {
241
- backgroundColor: Colors.$backgroundElevated,
+ backgroundColor: Colors.$backgroundElevatedLight,
242
minHeight: 48,
243
flexDirection: 'row',
244
alignSelf: 'center',
0 commit comments