Skip to content

Commit

Permalink
Updated fonts and SDK version (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: smirko-dev <smirko@arcor.de>
  • Loading branch information
smirko-dev and smirko-dev authored Jul 29, 2021
1 parent 177b5d6 commit c3484a8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![](https://img.shields.io/badge/Fitbit%20App%20Gallery-%2300B0B9?style=flat&logo=fitbit&logoColor=white)](https://gallery.fitbit.com/details/ae441b73-2660-407f-b796-a98d1d0583a0)
![languages](https://img.shields.io/badge/languages-JavaScript%20|%20CSS-blue)
![platform](https://img.shields.io/badge/platforms-Ionic%20|%20Versa%20|%20Versa%202%20|%20Versa%20Lite-silver)
![version](https://img.shields.io/badge/version-%201.5.0-green)
![version](https://img.shields.io/badge/version-%201.5.1-green)
[![](https://img.shields.io/github/license/smirko-dev/fitbit-clockface.svg)](https://github.com/smirko-dev/fitbit-clockface/blob/master/LICENSE)
[![FitbitBuild Actions Status](https://github.com/smirko-dev/fitbit-clockface/workflows/FitbitBuild/badge.svg)](https://github.com/smirko-dev/fitbit-clockface/actions)
[![CodeQL Actions Status](https://github.com/smirko-dev/fitbit-clockface/workflows/CodeQL/badge.svg)](https://github.com/smirko-dev/fitbit-clockface/actions)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "compactclock",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"devDependencies": {
"@fitbit/sdk": "~4.2.0",
"@fitbit/sdk": "~4.3.0",
"@fitbit/sdk-cli": "^1.7.3"
},
"bugs": {
Expand Down
8 changes: 4 additions & 4 deletions resources/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#dateLabel {
font-size: 20;
font-family: Colfax-Light;
font-family: Colfax-Regular;
text-length: 32;
text-anchor: start;
x: 0%;
Expand All @@ -34,7 +34,7 @@

#appointmentsLabel {
font-size: 28;
font-family: Colfax-Light;
font-family: Colfax-Regular;
text-length: 128;
text-anchor: start;
x: 0%;
Expand All @@ -45,7 +45,7 @@

#batteryLabel {
font-size: 20;
font-family: Colfax-Light;
font-family: Colfax-Regular;
text-length: 32;
text-anchor: start;
x: 85%;
Expand All @@ -55,7 +55,7 @@

#activityLabel {
font-size: 28;
font-family: Colfax-Light;
font-family: Colfax-Regular;
text-length: 32;
text-anchor: start;
x: 35%+30;
Expand Down

0 comments on commit c3484a8

Please sign in to comment.