Skip to content

Commit 90358a2

Browse files
committed
Prettier nit
1 parent 52f76a0 commit 90358a2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/steps/step_number.styles.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,11 @@ export const euiStepNumberStyles = (euiThemeContext: UseEuiTheme) => {
6767
border: ${euiTheme.border.thick};
6868
`,
6969
disabled: css`
70-
background-color: ${
71-
euiButtonFillColor(euiThemeContext, 'disabled').backgroundColor
72-
};
70+
background-color: ${euiButtonFillColor(euiThemeContext, 'disabled')
71+
.backgroundColor};
7372
color: ${makeHighContrastColor(euiTheme.colors.disabledText)(
7473
euiButtonFillColor(euiThemeContext, 'disabled').backgroundColor
75-
)};}
74+
)};
7675
`,
7776
loading: css`
7877
background: transparent;

0 commit comments

Comments
 (0)