Renamed AppTheme.kt to Theme.kt

This commit is contained in:
Juha Heinanen
2025-10-22 10:06:08 +03:00
parent 2efc364615
commit b5fe458175
2 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@ package com.tutpro.baresip
import androidx.compose.ui.graphics.Color
// App's color palette is defined by these values, which are used to build
// the MaterialTheme in AppTheme.kt
val Primary = Color(0xFF0CA1FD)
val OnPrimary = Color(0xFFFFFFFF)
val PrimaryContainer = Color(0xFFA1CBE6)