Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c45cf6

Browse files
committedMay 8, 2023
Fix button outlined neutral
1 parent 756277e commit 5c45cf6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎site/src/theme/theme.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ dark = createTheme(dark, {
129129
sizeLarge: {
130130
height: BUTTON_LG_HEIGHT,
131131
},
132+
outlinedNeutral: {
133+
borderColor: colors.gray[12],
134+
},
132135
},
133136
},
134137
MuiIconButton: {

0 commit comments

Comments
 (0)
Failed to load comments.