diff --git a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml
index 2c96d8cae..7bb71b960 100644
--- a/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml
+++ b/src/Ryujinx/UI/Views/Input/ControllerInputView.axaml
@@ -325,90 +325,97 @@
CornerRadius="5"
Margin="0,10"
MinHeight="90">
-
-
-
-
-
-
-
+
+
+
-
+
+ Background="{DynamicResource ThemeBackgroundColor}">
+
+
+
-
-
-
-
+
+
+
-
+
+ CornerRadius="5">
@@ -427,8 +434,8 @@
Minimum="0"
Value="{Binding Config.TriggerThreshold, Mode=TwoWay}" />
+ Width="25"
+ Text="{Binding Config.TriggerThreshold, StringFormat=\{0:0.00\}}" />
-