Skip to content

Commit

Permalink
fix dark theme resolution (#11718)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti authored Nov 4, 2024
1 parent 1dc47bf commit 5b06f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/codeKeywords/orgAuthTokenCreator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export function OrgAuthTokenCreator() {
dropdownPopperOptions
);
const [isAnimating, setIsAnimating] = useState(false);
const {theme} = useTheme();
const {resolvedTheme: theme} = useTheme();
const isDarkMode = theme === 'dark';

const {isMounted} = useIsMounted();
Expand Down

0 comments on commit 5b06f30

Please sign in to comment.