Skip to content

Commit d5aa38d

Browse files
committed
Use mono font for branch names
1 parent 86a98e2 commit d5aa38d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.settings/route.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -989,6 +989,7 @@ function ConnectedGitHubRepoForm({
989989
defaultValue={connectedGitHubRepo.branchTracking?.prod?.branch}
990990
placeholder="none"
991991
variant="tertiary"
992+
className="font-mono"
992993
icon={GitBranchIcon}
993994
onChange={(e) => {
994995
setGitSettingsValues((prev) => ({
@@ -1008,6 +1009,7 @@ function ConnectedGitHubRepoForm({
10081009
defaultValue={connectedGitHubRepo.branchTracking?.staging?.branch}
10091010
placeholder="none"
10101011
variant="tertiary"
1012+
className="font-mono"
10111013
icon={GitBranchIcon}
10121014
onChange={(e) => {
10131015
setGitSettingsValues((prev) => ({

0 commit comments

Comments
 (0)