@use '../../styles/abstracts' as *;
@use '../abstracts-theme/variables.theme' as *;

/* Theme Organism - object creation panel */

.o-object-panel {
  .date-picker-container {
    border-color: themed($theme-map, 'color', 'primary', 400);
    background-color: themed($theme-map, 'color', 'primary', 'contrast', 700);
  }
}
