Skip to content

Commit 20ad8a0

Browse files
committed
ui: chevron.down 제거
1 parent 8119873 commit 20ad8a0

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

DevLog/UI/PushNotification/PushNotificationListView.swift

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,9 @@ struct PushNotificationListView: View {
122122
viewModel.send(.toggleSortOption)
123123
} label: {
124124
let condition = viewModel.state.query.sortOrder == .oldest
125-
HStack {
126-
Text("정렬: \(viewModel.state.query.sortOrder.title)")
127-
Image(systemName: "chevron.down")
128-
}
129-
.foregroundStyle(condition ? .white : Color(.label))
130-
.adaptiveButtonStyle(color: condition ? .blue : .clear)
125+
Text("정렬: \(viewModel.state.query.sortOrder.title)")
126+
.foregroundStyle(condition ? .white : Color(.label))
127+
.adaptiveButtonStyle(color: condition ? .blue : .clear)
131128
}
132129

133130
Menu {

0 commit comments

Comments
 (0)