Skip to content

Commit 215a4c2

Browse files
Fran McDadeFran McDade
Fran McDade
authored and
Fran McDade
committed
fix: drawer navigation button group label styles (#422)
1 parent 3eae8a5 commit 215a4c2

File tree

1 file changed

+9
-0
lines changed
  • src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation

1 file changed

+9
-0
lines changed

src/components/Layout/components/Header/components/Content/components/Actions/components/Menu/components/Content/components/Navigation/navigation.styles.ts

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import styled from "@emotion/styled";
22
import { FONT } from "../../../../../../../../../../../../../../styles/common/constants/font";
3+
import { PALETTE } from "../../../../../../../../../../../../../../styles/common/constants/palette";
34
import { Navigation as DXNavigation } from "../../../../../../../Navigation/navigation";
45

56
export const Navigation = styled(DXNavigation)`
@@ -29,5 +30,13 @@ export const DrawerNavigation = styled(Navigation)`
2930
.MuiButton-nav {
3031
font: ${FONT.BODY_500};
3132
padding: 14px 24px;
33+
34+
&.Mui-disabled {
35+
color: ${PALETTE.INK_LIGHT};
36+
font: ${FONT.UPPERCASE_500};
37+
opacity: 1;
38+
padding-top: 20px;
39+
text-transform: uppercase;
40+
}
3241
}
3342
`;

0 commit comments

Comments
 (0)