Skip to content
Snippets Groups Projects
Commit 968b4a28 authored by Alexandre Kühn's avatar Alexandre Kühn
Browse files

[FIX] web: make disabled date visible in dark theme


Before this commit, calendar view in dark theme did not visually
show the disabled date, such as weekends.

In white theme it's fine because bg-view is white, so gray-200 on
white is visible. In dark theme, however, bg-view is identical to
gray-200, so it's not visible.

This commit fixes the issue specifically in dark theme by showing
disabled dates with gray-300.

closes odoo/odoo#119984

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 34b8c2e0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment