Skip to content

Commit

Permalink
change default accent color to aqua
Browse files Browse the repository at this point in the history
  • Loading branch information
Bnyro committed Jul 22, 2023
1 parent f7e8eb9 commit eff684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/com/bnyro/translate/ui/theme/Theme.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import androidx.core.view.WindowCompat
import com.bnyro.translate.const.ThemeMode
import com.bnyro.translate.ext.hexToColor

const val defaultAccentColor = "d0bcff"
const val defaultAccentColor = "00ffff"

@Composable
fun TranslateYouTheme(
Expand Down

0 comments on commit eff684e

Please sign in to comment.