Skip to content

Commit

Permalink
CaptionMono
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed May 7, 2024
1 parent ed3415b commit 1e1f804
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
Box,
Button,
CaptionMono,
Icon,
Menu,
MenuItem,
MonoSmall,
Select,
TextInput,
} from '@dagster-io/ui-components';
Expand Down Expand Up @@ -98,7 +98,7 @@ export const CodeLinkProtocolSelect = ({}) => {
/>
) : (
<Box padding={{left: 8, top: 2}}>
<MonoSmall>{codeLinkProtocol.protocol}</MonoSmall>
<CaptionMono>{codeLinkProtocol.protocol}</CaptionMono>
</Box>
)}
</Box>
Expand Down

0 comments on commit 1e1f804

Please sign in to comment.