Skip to content

Commit

Permalink
Update RMF button style for the survey action (#2322)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/414235014887631/1206324185523855/f
Tech Design URL:
CC:

Description:

This PR updates the RMF button style to use the proper style for surveys.
  • Loading branch information
samsymons authored Jan 11, 2024
1 parent a093884 commit 69091b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuckDuckGo/HomeMessageViewModelBuilder.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ extension RemoteAction {
case .share(let value, let title):
return .share(value: value, title: title)

case .appStore, .url:
case .appStore, .url, .surveyURL:
return .default

default:
case .dismiss:
return .cancel
}
}
Expand Down

0 comments on commit 69091b4

Please sign in to comment.