|  | @@ -466,6 +466,7 @@
 | 
	
		
			
				|  |  |          <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents</item>
 | 
	
		
			
				|  |  |          <item name="switchStyle">@style/Theme.Widget.BasicSwitch</item>
 | 
	
		
			
				|  |  |          <item name="bottomSheetDialogTheme">@style/Theme.BottomSheet</item>
 | 
	
		
			
				|  |  | +        <item name="android:alertDialogTheme">@style/Theme.AlertDialog.Light</item>
 | 
	
		
			
				|  |  |      </style>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!--== Light Reader ==-->
 | 
	
	
		
			
				|  | @@ -489,6 +490,7 @@
 | 
	
		
			
				|  |  |          <item name="actionBarPopupTheme">@style/ThemeOverlay.MaterialComponents</item>
 | 
	
		
			
				|  |  |          <item name="switchStyle">@style/Theme.Widget.BasicSwitch</item>
 | 
	
		
			
				|  |  |          <item name="bottomSheetDialogTheme">@style/Theme.BottomSheet</item>
 | 
	
		
			
				|  |  | +        <item name="android:alertDialogTheme">@style/Theme.AlertDialog.Amoled</item>
 | 
	
		
			
				|  |  |      </style>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!--== Dark Reader ==-->
 | 
	
	
		
			
				|  | @@ -501,6 +503,10 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |          <!-- Base background/text colors -->
 | 
	
		
			
				|  |  |          <item name="android:colorBackground">@color/backgroundDark</item>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <!-- Alert Dialog -->
 | 
	
		
			
				|  |  | +        <item name="android:alertDialogTheme">@style/Theme.AlertDialog.Dark</item>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |      </style>
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      <!--===============-->
 |