Skip to content

Commit

Permalink
🐛 MSButton에 MSDesignSystem import
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos committed Feb 19, 2024
1 parent 3069564 commit e7a851c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import SwiftUI

import MSDesignSystem

fileprivate struct MSButtonPrimaryModifier: ViewModifier {

// MARK: - Properties
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

import SwiftUI

import MSDesignSystem

fileprivate struct MSButtonSecondaryModifier: ViewModifier {

// MARK: - Properties
Expand Down

0 comments on commit e7a851c

Please sign in to comment.