Skip to content

Commit

Permalink
Merge pull request #329 from GSM-MSG/328-textfield-clear-button-image…
Browse files Browse the repository at this point in the history
…-change

🔀  :: [#328] SMSTextField / xmark 아이콘 변경
  • Loading branch information
baekteun authored May 24, 2024
2 parents 2175381 + 9dd7b83 commit 30284a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Projects/Core/DesignSystem/Demo/Sources/DemoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ public struct DemoView: View {

public var body: some View {
VStack {
SMSPageControl(pageCount: 8, selectedPage: 2)
SMSTextField(text: .constant("asd"))
}
.padding(.horizontal, 20)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"images" : [
{
"filename" : "Xmark.svg",
"filename" : "xmark.svg",
"idiom" : "universal"
}
],
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 30284a3

Please sign in to comment.