Skip to content

Commit

Permalink
🍱 :: [#328] SMSTextField / xmark 아이콘 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
baekteun committed May 23, 2024
1 parent 2175381 commit 9dd7b83
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 9dd7b83

Please sign in to comment.