mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Update subtitle color
This commit is contained in:
parent
127e6308f9
commit
944c7a0723
@ -705,6 +705,7 @@ public final class PointerTracker implements PointerTrackerQueue.Element,
|
||||
mStartTime = System.currentTimeMillis();
|
||||
|
||||
mIsSlidingCursor = key.getCode() == Constants.CODE_DELETE || key.getCode() == Constants.CODE_SPACE;
|
||||
mCurrentKey = key;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -28,6 +28,7 @@ import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.ExposedDropdownMenuBox
|
||||
import androidx.compose.material3.ExposedDropdownMenuDefaults
|
||||
import androidx.compose.material3.Icon
|
||||
import androidx.compose.material3.LocalContentColor
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.RadioButton
|
||||
import androidx.compose.material3.Slider
|
||||
@ -161,7 +162,7 @@ fun SettingItem(
|
||||
Text(
|
||||
subtitle,
|
||||
style = Typography.bodySmall,
|
||||
color = MaterialTheme.colorScheme.outline
|
||||
color = LocalContentColor.current.copy(alpha = 0.5f)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user