Skip to content

Commit

Permalink
chore(test): update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack committed Dec 13, 2023
1 parent b3d3762 commit f2c6282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`BranchName renders consistently 1`] = `
display: inline-block;
padding: 2px 6px;
font-size: 12px;
font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-family: var(--fontStack-monospace),SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
color: #0969da;
background-color: #ddf4ff;
border-radius: 6px;
Expand Down
2 changes: 1 addition & 1 deletion src/__tests__/__snapshots__/TextInput.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ exports[`TextInput renders monospace 1`] = `
align-items: stretch;
min-height: 32px;
overflow: hidden;
font-family: SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
font-family: var(--fontStack-monospace),SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;
}
.c0 input,
Expand Down

0 comments on commit f2c6282

Please sign in to comment.