MCPcopy Index your code
hub / github.com/primer/react / getNavStyles

Function getNavStyles

packages/react/src/UnderlineNav/styles.ts:20–29  ·  view source on GitHub ↗
(theme?: Theme)

Source from the content-addressed store, hash-verified

18}
19
20export const getNavStyles = (theme?: Theme) => ({
21 display: 'flex',
22 paddingX: 3,
23 justifyContent: 'flex-start',
24 borderBottom: '1px solid',
25 borderBottomColor: `${theme?.colors.border.muted}`,
26 align: 'row',
27 alignItems: 'center',
28 minHeight: '48px',
29})
30
31export const ulStyles = {
32 display: 'flex',

Callers 1

UnderlineNav.tsxFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected