Skip to content

Commit

Permalink
🐛 :: chevron button
Browse files Browse the repository at this point in the history
  • Loading branch information
lsh1202 committed Aug 1, 2024
1 parent 30c25f7 commit 494dbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/QDS/Component/Button/ChevronButton.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

struct ChevronButton: View {
public struct ChevronButton: View {
let action: () -> ()

init(action: @escaping () -> Void) {
Expand Down

0 comments on commit 494dbd2

Please sign in to comment.