diff options
| author | Albin <albin@mullvad.net> | 2023-06-07 13:28:40 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2023-06-07 13:28:40 +0200 |
| commit | 7f6cb542ba1e9062ce47b2a169fbbb141f343efe (patch) | |
| tree | 9e8f1d7e12548d02b7b55ed7b6033e187dec9b82 /android | |
| parent | 816689843a369b7a762906e0509aab088a846f0d (diff) | |
| download | mullvadvpn-7f6cb542ba1e9062ce47b2a169fbbb141f343efe.tar.xz mullvadvpn-7f6cb542ba1e9062ce47b2a169fbbb141f343efe.zip | |
Fix formatting
Diffstat (limited to 'android')
| -rw-r--r-- | android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/theme/typeface/TypeScale.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/theme/typeface/TypeScale.kt b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/theme/typeface/TypeScale.kt index eecac666f9..53116ad7e8 100644 --- a/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/theme/typeface/TypeScale.kt +++ b/android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/theme/typeface/TypeScale.kt @@ -7,7 +7,7 @@ import androidx.compose.ui.unit.sp * * NOTE: * * Do not use these font sizes directly. Instead use the styles defined in Typeface and/or the - * standard styles in the material theme + * standard styles in the material theme * * Order entries within each type by descending size. */ internal object TypeScale { |
