Skip to content

Commit 7a14bcf

Browse files
authored
Fix/ Toast bg color (#2334)
1 parent 23d3f11 commit 7a14bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ const Toast = (props: PropsWithChildren<ToastProps>) => {
238238

239239
const styles = StyleSheet.create({
240240
toastContent: {
241-
backgroundColor: Colors.$backgroundElevated,
241+
backgroundColor: Colors.$backgroundElevatedLight,
242242
minHeight: 48,
243243
flexDirection: 'row',
244244
alignSelf: 'center',

0 commit comments

Comments
 (0)