Skip to content

Commit

Permalink
Semi 'currently using:' and fix semi weight
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminleonard committed Oct 9, 2024
1 parent cb7ef82 commit be1d328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/forms/instance-resize.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export function InstanceResizeForm() {
variant="info"
content={
<>
<span>Currently using:</span> {instance.ncpus} vCPUs /{' '}
{instance.memory / GiB} GiB
<span className="text-sans-semi-md text-info">Currently using:</span>{' '}
{instance.ncpus} vCPUs / {instance.memory / GiB} GiB
</>
}
/>
Expand Down
2 changes: 1 addition & 1 deletion app/ui/styles/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
src:
url('../assets/fonts/SuisseIntl-Book-WebS.woff2') format('woff2'),
url('../assets/fonts/SuisseIntl-Book-WebS.woff') format('woff');
font-weight: 600;
font-weight: 500;
font-style: normal;
}

0 comments on commit be1d328

Please sign in to comment.