ionic-framework icon indicating copy to clipboard operation
ionic-framework copied to clipboard

bug: Dark Theme: Toolbar and item-background colors doesn't follow the MD

Open al1991i opened this issue 5 years ago • 1 comments

Bug Report

Ionic version: [x] 5.x

Current behavior:

  1. The toolbar on MD uses --ion-background-color: #121212.
  2. The value of --ion-item-background is #1A1B1E

dark_theme_before Expected behavior:

Based on MD documentation

  1. The toolbar on MD should use --ion-item-background instead of --ion-background-color: #121212.
  2. The value of --ion-item-background should be #1d1d1d instead of #1A1B1E

dark_theme_after

Steps to reproduce: Check the MD CSS provided in Ionic Dark Theme section from this Ionic Documentation

Thanks.

al1991i avatar Mar 28 '20 12:03 al1991i