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:
parent
920c3e66cd
commit
27091f886d
@ -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 }) => ({
|
||||
|
Loading…
Reference in New Issue
Block a user