Thanks maliming
1.Create a Blazor Server project using the Lepton-X theme。 2.Run the project
If you refresh the page, the PageHeader will display correctly.
hi
The issue is resolved when using https.
Thanks。
The API service is deployed at http://192.168.1.21:44376
hi jfistelmann
How about using different CSS styles for different appearances? The following CSS works correctly in Light mode but appears unclear in Dark mode.
<style> .badge.bg-light { color: #343a40 !important; background-color: #e6ebef !important; } </style>
Blazorise Version 1.3.1
The Autocomplete control exhibits abnormal behavior in the LeptonX theme.
It works fine when Disabled is set to false.
When Disabled is set to true, it displays an issue where the text inside the control appears unclear or distorted.