compose: details: Switch from bodyVerySmall to bodySmall

Follow the material typography scheme completely. bodyVerySmall is quite hard to read
otherwise.

Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2025-08-25 20:57:42 +08:00
parent 704beac68c
commit 51dea058b5
8 changed files with 7 additions and 33 deletions

View File

@@ -1,19 +0,0 @@
/*
* SPDX-FileCopyrightText: 2025 The Calyx Institute
* SPDX-License-Identifier: GPL-3.0-or-later
*/
package com.aurora.extensions
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Typography
import androidx.compose.runtime.Composable
import androidx.compose.ui.text.TextStyle
import androidx.compose.ui.unit.sp
/**
* Text style for composable with very small text
*/
val Typography.bodyVerySmall: TextStyle
@Composable
get() = MaterialTheme.typography.bodySmall.copy(fontSize = 10.sp)