I just upgraded from Compose Multiplatform 1.5.11 ...
# compose
v
I just upgraded from Compose Multiplatform 1.5.11 to 1.6.2 Which comes with a newer compose material 3 version And now all my app colors broke All
TextFieldDefault.colors(.....)
which i used to customize the color is changed and now I have to use
TextFieldDefaults.colors().copy(....)
Any other way to fix this instead of making this change in each and every place?
🚫 1