Searched defs:isDarkMode (Results 1 – 2 of 2) sorted by relevance
41 public isDarkMode: boolean, property in MiniTimelineDrawerInput
352 const isDarkMode = () => this.store?.get('dark-mode') === 'true'; constant