Skip to content

Commit

Permalink
Adding back the typsecript version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daphne210 committed Mar 17, 2024
1 parent dc8fece commit 4f0bf31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"main": "src/index.ts",
"source": true,
"scripts": {
"start": "openmrs develop --backend http://localhost:8080",
"start": "openmrs develop --backend http://194.163.171.253:8282",
"serve": "webpack serve --mode=development",
"debug": "npm run serve",
"test": "cross-env TZ=UTC jest --config jest.config.js --verbose false --passWithNoTests",
Expand Down
2 changes: 1 addition & 1 deletion src/login/login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@
.facilityNameContainer {
text-align: center;
margin-bottom: 1.75rem;
font-size: var(--cds-label-02-font-size, 1.875rem);
font-size: var(--cds-label-02-font-size, 1.375rem);
font-weight: var(--cds-label-02-font-weight, 900);
}

0 comments on commit 4f0bf31

Please sign in to comment.