Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tilucasoli committed Oct 23, 2024
1 parent c272049 commit 5c0a05e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class FortalezaTextFieldStyle extends TextFieldStyle {
return Style.create([
super.makeStyle(spec).call(),
$.floatingLabel.on(),
$.cursorColor.$neutral(12),
containerStyle,
layoutStyle,
...textStyle,
Expand Down
1 change: 0 additions & 1 deletion packages/remix/lib/src/theme/remix_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ class RemixComponentTheme {
segmentedControl: const FortalezaDarkSegmentedControlStyle(),
select: const FortalezaDarkSelectStyle(),
switchComponent: const FortalezaDarkSwitchStyle(),
// textField: const FortalezaDarkTextFieldStyle(),
);
}

Expand Down

0 comments on commit 5c0a05e

Please sign in to comment.