Fix refresh button being broken in user-scritp

This commit is contained in:
2024-07-28 23:13:34 +02:00
parent 079bcd033c
commit 750352d7d1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ const Strong = styled.strong`
export const BtnSmall = styled.button`
border: 1px solid white;
font-size: 50pt;
font-size: 10pt;
width: 22px;
background-color: rgba(255, 255, 255, 0.75);
color: rgb(10, 10, 10);