srtraj / dropdown_textfield

custom dropdown
MIT License
8 stars 48 forks source link

Dark Theme #20

Closed MahdiForughi closed 1 year ago

MahdiForughi commented 1 year ago

when application ThemeMode is dark, dropDownList dialog Background color is White.

because in dropdown_textfield.dart file, line 755, color is set to Colors.white

this should come from theme so in dark mode that changes to.

srtraj commented 1 year ago

Duplicate issue #19