repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
packages
/
components
/
containers
/
organization
/
logoUpload
/
useOrganizationTheme.ts
blob
4eaee38d566a4424d5fe76fec8ca63503ace5722
1
import { selectOrganizationTheme } from '@proton/account/organization/theme';
2
import { useSelector } from '@proton/redux-shared-store';
3
4
export const useOrganizationTheme = () => {
5
return useSelector(selectOrganizationTheme);
6
};