Home
last modified time | relevance | path

Searched defs:primaryColor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/selectors/
DappState.ts20 export const primaryColor = (state: RootState): string => state.appState.primaryColor; constant
/arkcompiler/runtime_core/static_core/plugins/ets/playground/frontend/src/store/slices/
DappState.test.ts39 const previousState = { ...initialState, primaryColor: '#ffffff' }; constant
DappState.ts21 primaryColor: string; property