Skip to content

Commit

Permalink
chore: Fix outdated course dates alert title truncation issue (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
shafqat-muneer authored Jul 30, 2024
1 parent da271b7 commit 8ba9d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Core/View/Base/AlertView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ public struct AlertView: View {
.font(Theme.Fonts.titleLarge)
.foregroundColor(Theme.Colors.textPrimary)
.padding(.horizontal, 40)
.fixedSize(horizontal: false, vertical: true)
Text(alertMessage)
.font(Theme.Fonts.bodyMedium)
.foregroundColor(Theme.Colors.textPrimary)
Expand Down

0 comments on commit 8ba9d41

Please sign in to comment.