Skip to content

Commit

Permalink
feat: make FontSettings Equatable
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyingtao committed Sep 16, 2024
1 parent 899b614 commit 863da55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftUIFontSettingsView/FontSettingsView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

public struct FontSettings {
public struct FontSettings: Equatable {
public var foregroundColor = Color.black
public var backgroundColor = Color.clear
public var textStyle = Font.TextStyle.title
Expand Down

0 comments on commit 863da55

Please sign in to comment.