diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a377483..7498481 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -13,7 +13,7 @@
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
- android:theme="@style/GameDayTheme"
+ android:theme="@style/AppBaseTheme"
android:name="com.uncc.gameday.GameDay" >
-
-
+ android:textColor="@color/white"
+ style="?android:attr/buttonStyleSmall"
+ android:background="#488214" />