You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see the screen is distorted for 3-5seconds on load which looks ugly for the user when they are using application. The styling of all buttons are not rendered until the content is initialized. Could you please provide solution for this.
I have attached the screenshot for the same.
Thanks in advance!!
The text was updated successfully, but these errors were encountered:
Hmmm if I remember correctly, this is caused by user not setting theme in root of the project.
@use "@carbon/styles/scss/config" with (
// Use flexbox for grid - stick to CSS Grid or Flexbox
// CSS Grid has become the default grid system in v11
$use-flexbox-grid: true
);
@use "@carbon/styles";
html {
@include styles.theme(styles.$white);
}
Here is my styles.scss file where I have configured mentioned settings on carbon
**@use "@carbon/styles/scss/config" with ( // Use flexbox for grid - stick to CSS Grid or Flexbox
// CSS Grid has become the default grid system in v11
$use-flexbox-grid: true);
Hi Team,
I see the screen is distorted for 3-5seconds on load which looks ugly for the user when they are using application. The styling of all buttons are not rendered until the content is initialized. Could you please provide solution for this.
I have attached the screenshot for the same.
Thanks in advance!!
The text was updated successfully, but these errors were encountered: