mattermost-community / mattermost-plugin-agenda

Mattermost plugin to handle meeting agendas
Apache License 2.0
32 stars 21 forks source link

in the Dark theme The User is not able to see the Data/Text in the "Date Format" input box in the "Channel Agenda Settings" #91

Open dipak-demansol opened 2 years ago

dipak-demansol commented 2 years ago

Summary

in the Dark theme The User is not able to see the "Date Format" in the "Channel Agenda Settings"

Steps to reproduce

1) in the mattermost change the theme as "Onyx" or "Indigo" and save it. 2) Go in any Channel. 3) Click On Channel Name and Click on the "agenda setting" option. 4) issue :- in the dark theme you cant see any Text/Data in the "Date Format" input box.

Mattermost Version: 6.0.0-rc3 Database Schema Version: 6.0.0 Database: mysql OS :- ubantu Browser :- Chrome Version 94.0.4606.71 (Official Build) (64-bit)

Expected behavior

The user should able to see the data/text in the "date format" input box in the dark theme.

Observed behavior (that appears unintentional)

issue generate only in the dark theme

https://user-images.githubusercontent.com/89907719/137727809-7ed3141d-962d-464b-86c9-97189f1fe0ba.mp4

.

mickmister commented 2 years ago

@dipak-demansol Since this is associated with an open PR, make sure to mention that in the description. This issue should be mentioned in a comment on the PR as well. It should also be stated whether the issue should block them merging of the PR. Thanks for creating this @dipak-demansol!

mickmister commented 2 years ago

@sanjaydemansol Please take a look at the the props used here to achieve proper theming with the ReactSelect component. In particular, the classNamePrefix and styles props.