mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
rename main theme to light theme
This commit is contained in:
@@ -7,7 +7,7 @@ using System;
|
||||
|
||||
namespace Bit.Droid.Accessibility
|
||||
{
|
||||
[Activity(Theme = "@style/MainTheme.Splash", WindowSoftInputMode = SoftInput.StateHidden)]
|
||||
[Activity(Theme = "@style/LightTheme.Splash", WindowSoftInputMode = SoftInput.StateHidden)]
|
||||
public class AccessibilityActivity : Activity
|
||||
{
|
||||
private DateTime? _lastLaunch = null;
|
||||
|
||||
Reference in New Issue
Block a user