Skip to content

Commit

Permalink
ADST-476 (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiplaniVinay authored May 24, 2024
1 parent a5a667c commit c45dd2b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ class CheckBoxTableViewCell: UITableViewCell, CellConfigurable, CellThemeApplier
self.service = service
self.backgroundColor = currentTheme.surfaceColor
baseView.backgroundColor = currentTheme.surfaceColor
checkBoxImageView.tintColor = currentTheme.onSurface70Color
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ class DatePickerTableViewCell: UITableViewCell, CellConfigurable, CellThemeAppli
self.service = service
self.backgroundColor = currentTheme.surfaceColor
baseView.backgroundColor = currentTheme.surfaceColor
textField.trailingView?.tintColor = currentTheme.onSurface70Color

textField.trailingViewMode = .unlessEditing
applyTextFieldComponentTheme()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,8 @@
"info" : {
"author" : "xcode",
"version" : 1
},
"properties" : {
"template-rendering-intent" : "template"
}
}

0 comments on commit c45dd2b

Please sign in to comment.