:root {
  --colorBrandBackground: rgb(239, 124, 0);
  --colorCompoundBrandBackground: rgb(239, 124, 0);
  --colorBrandForegroundLink: rgb(239, 124, 0);
  --colorBrandBackgroundHover: rgb(230, 118, 0);
  --colorCompoundBrandForeground1: rgb(239, 124, 0);
  --colorBrandForeground1: rgb(239, 124, 0);
  --colorCompoundBrandStroke: rgb(239, 124, 0);
  --colorBrandBackgroundPressed: rgb(239, 124, 0);
  --colorCompoundBrandBackgroundHover: rgb(239, 124, 0);
}
.fluent-data-grid td {
  overflow: initial !important;
}

