diff --git a/mastodon/src/main/res/drawable/bg_button_m3_outlined_white.xml b/mastodon/src/main/res/drawable/bg_button_m3_outlined_white.xml
new file mode 100644
index 00000000..99a5afc4
--- /dev/null
+++ b/mastodon/src/main/res/drawable/bg_button_m3_outlined_white.xml
@@ -0,0 +1,25 @@
+
+
+ -
+
+
-
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mastodon/src/main/res/drawable/bg_button_m3_text_white.xml b/mastodon/src/main/res/drawable/bg_button_m3_text_white.xml
new file mode 100644
index 00000000..24dc754f
--- /dev/null
+++ b/mastodon/src/main/res/drawable/bg_button_m3_text_white.xml
@@ -0,0 +1,9 @@
+
+
+ -
+
+
+
+
+
+
\ No newline at end of file
diff --git a/mastodon/src/main/res/layout/fragment_splash.xml b/mastodon/src/main/res/layout/fragment_splash.xml
index 497ab5f3..7fcbe1f7 100644
--- a/mastodon/src/main/res/layout/fragment_splash.xml
+++ b/mastodon/src/main/res/layout/fragment_splash.xml
@@ -6,7 +6,7 @@
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:clipToPadding="false"
- android:theme="@style/Theme.Mastodon.Dark">
+ android:theme="@style/Theme.Mastodon.Dark.SplashFragment">
@@ -137,7 +139,7 @@
android:layout_height="1dp"
android:layout_weight="1"
android:layout_gravity="center_vertical"
- android:background="?colorM3Secondary"/>
+ android:background="#B2FFFFFF"/>
@@ -155,7 +157,7 @@
android:layout_height="1dp"
android:layout_weight="1"
android:layout_gravity="center_vertical"
- android:background="?colorM3Secondary"/>
+ android:background="#B2FFFFFF"/>
@@ -172,7 +174,9 @@
android:layout_height="wrap_content"
android:layout_margin="8dp"
android:layout_weight="1"
+ android:textColor="#FFF"
style="@style/Widget.Mastodon.M3.Button.Text"
+ android:background="@drawable/bg_button_m3_text_white"
android:text="@string/learn_more"/>
diff --git a/mastodon/src/main/res/values/styles.xml b/mastodon/src/main/res/values/styles.xml
index 92098d9f..84304c00 100644
--- a/mastodon/src/main/res/values/styles.xml
+++ b/mastodon/src/main/res/values/styles.xml
@@ -146,6 +146,13 @@
- #F9DEDC
+
+