Jason
Jason
Navigating to another month should not have an active class attached to any day by default. The `active` class should be applied to a day a user has clicked. Today's...
I tried to work around this problem using `customClass` to not resort to manipulating the DOM directly. That function doesn't offer anything particular to `activeDate` which seems like another issue....
On PR #5812, @icfantv added an idea to this conversation. I'd hope to see this area redesigned a bit in general, while separately also having more ability to override these...
Another solution for those who do not need active state, would be to disable the `active` styles entirely and use `customClass` to attach `today` to today's `td` element, styling that....
^^ For those who arrived here because they were relying on `.active` for today's date, I've opened a PR for today's date which solves the issue directly without relying on...
@icfantv the links above give you a blueprint for "solving" this problem. If you check out this PR you can see a change that you can make which will then...
@onlinerahul sure, I gave it to you in my last comment. If you read up the thread there's enough info to be able to sort it out 🍀
Sure I can take a look at that in the next few days.
> `Next.js` ``` // src/components/chat.scss @charset "utf-8"; $color-text: white; $blue: #2894CD; $green: #61AD4A; $message-content-incoming-bg-color: $blue; $message-content-outgoing-bg-color: #444; $color-secondary: #555; $message-input-bg-color: white; $message-input-content-editor-wrapper-bg-color: white; $message-input-content-editor-color: black; $button-attachment-color: white; $button-send-color: $green; $message-group-header-padding:...
Love it and here for it; looking forward to following-up