瀏覽代碼

fix: filter button

Oleksandr Honcharov 1 年之前
父節點
當前提交
de0edb977d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/screens/InAppScreens/TravellersScreen/MasterRankingScreen/index.tsx

+ 1 - 1
src/screens/InAppScreens/TravellersScreen/MasterRankingScreen/index.tsx

@@ -211,7 +211,7 @@ const MasterRankingScreen = () => {
       <Header
         label="Master Ranking"
         rightElement={
-          <TouchableOpacity onPress={() => setModalVisible(!isModalVisible)}>
+          <TouchableOpacity style={{ padding: 5 }} onPress={() => setModalVisible(!isModalVisible)}>
             <FilterIcon />
           </TouchableOpacity>
         }