Skip to content

Commit

Permalink
youtube
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed May 12, 2023
1 parent ec20e46 commit eba355b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Course/Course/Presentation/Video/YouTubeVideoPlayer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public struct YouTubeVideoPlayer: View {
HStack(spacing: 6) {
CoreAssets.rotateDevice.swiftUIImage.renderingMode(.template)
Text(alertMessage ?? "")
}.shadowCardStyle(bgColor: CoreAssets.accentColor.swiftUIColor,
}.shadowCardStyle(bgColor: CoreAssets.snackbarInfoAlert.swiftUIColor,
textColor: .white)
.transition(.move(edge: .bottom))
.onAppear {
Expand Down

0 comments on commit eba355b

Please sign in to comment.