shesha-io / shesha-framework

An open-source Low-Code development framework for .NET developers. Create .NET based business applications with 80% less code.
https://shesha.io
Apache License 2.0
370 stars 73 forks source link

Header background color does not apply in the new panel styling #2266

Open hlayisanimazuze opened 3 days ago

hlayisanimazuze commented 3 days ago

After updating the design of the panel component, the configured header background color does not apply to the component's header.

Steps to reproduce the behavior:

  1. Go to 'https://functional-adminportal-test.azurewebsites.net/shesha/forms-designer?id=5ee2ce43-d6d9-464c-918d-bc7df840e4b6'
  2. Click on 'Panel Component'
  3. Scroll down to 'header background color' property
  4. Configured a color and preview the form
  5. Actual Results: The header background color does not apply to the panel's header, even though a color is configured in the settings. The header remains the default color or shows no background color change.

Expected behavior The configured header background color should be correctly applied to the panel's header when the panel is rendered, reflecting the specified color in the settings.

Current Changes (if you look at the top right corner of the panel, you would see a lil bit of red) image

Old Changes with background header color image

hlayisanimazuze commented 3 days ago

Related #699