1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

feat: update zindex to theme

This commit is contained in:
sjaanus 2024-11-12 10:33:00 +02:00
parent 920c3e66cd
commit 27091f886d
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF

View File

@ -21,7 +21,7 @@ const StyledButton = styled(Button)(({ theme }) => ({
}));
const StyledHtmlTooltip = styled(HtmlTooltip)(({ theme }) => ({
zIndex: 1200,
zIndex: theme.zIndex.drawer,
}));
const StyledIconContainer = styled(Box)(({ theme }) => ({