I want to use material 3 theme and components in a compose desktop project. I want to achieve the same as the default Empty Activity in an android studio project, where the theme, color scheme, and other components are using material 3 style by default.
After adding the dependencies from the following stackoverflow question, I managed to import the material 3 component. However, the style used in these components are still using material 2 style.
Here, this is my button and text field.