diff --git a/esoui/ingame/stable/keyboard/stable_keyboard.xml b/esoui/ingame/stable/keyboard/stable_keyboard.xml
index 285fa66..95830a1 100755
--- a/esoui/ingame/stable/keyboard/stable_keyboard.xml
+++ b/esoui/ingame/stable/keyboard/stable_keyboard.xml
@@ -101,7 +101,7 @@
                     <Anchor point="TOPRIGHT" relativeTo="$(parent)StaminaTrainRow" relativePoint="BOTTOMRIGHT" offsetY="20"/>
                 </Control>
 
-                <Texture name="$(parent)Timer" textureFile="EsoUI/Art/Mounts/timer_icon.dds" mouseEnabled="true">
+                <Texture name="$(parent)Timer" textureFile="EsoUI/Art/Miscellaneous/timer_64.dds" mouseEnabled="true">
                     <Dimensions x="64" y="64" />
                     <Anchor point="TOP" relativeTo="$(parent)CarryTrainRow" relativePoint="BOTTOM" offsetY="15"/>
                     <OnMouseEnter>
@@ -113,7 +113,7 @@
                         ClearTooltip(InformationTooltip)
                     </OnMouseExit>
                     <Controls>
-                        <Cooldown name="$(parent)Overlay" textureFile="EsoUI/Art/Mounts/timer_overlay.dds">
+                        <Cooldown name="$(parent)Overlay" textureFile="EsoUI/Art/Miscellaneous/timer_overlay_64.dds">
                             <Dimensions x="64" y="64" />
                             <Anchor point="CENTER" />
                         </Cooldown>