Code in CodeSnippet component is not visible in dark mode. #1453
-
I am using FluentUI CodeSnippet Component NET 8. Can Anybody tell me why with dark theme, the code are not visible ? Source Code.
With light theme, CodeSnippet is visible. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
This component uses the |
Beta Was this translation helpful? Give feedback.
-
I create a web site based on the the sample code from Yes, in highlight.js light mode is in vs.min.css and dark mode in vs2015.min.css. highlight.js Code
I read the sample code over and over to find out what is wrong in my code ? I dont know what I miss ?? There is another error, Notification. Even in this site
|
Beta Was this translation helpful? Give feedback.
-
Try to click Notification in your machine on this address |
Beta Was this translation helpful? Give feedback.
-
By the way the sample code of new version now is much simpler and easier to understand compare with previous version. It only takes a few hours to create a similar web site by following the samples code. It takes me much faster than before because I already learn the code from previous version. I think the site is faster too. Excellent job. Thank you. |
Beta Was this translation helpful? Give feedback.
-
I got it. I need to add this line of code in _layout.cshtml.
It looks good now. |
Beta Was this translation helpful? Give feedback.
I got it. I need to add this line of code in _layout.cshtml.
It looks good now.