Leon пре 2 година
родитељ
комит
ba48173e17
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/features/food/FoodConsole.tsx

+ 3 - 1
src/features/food/FoodConsole.tsx

@@ -266,12 +266,14 @@ export default function Component(props: { addItem: Function, firstItem: any })
             </View>
             {
                 modeOn && <View className='food_console_desc'>
-                    <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food }} />
+                    <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food,marginTop:rpxToPx(46+18) }} />
+                    {/* <View className='food_console_desc_point' style={{ backgroundColor: ColorType.food }} /> */}
                     <Text>{t('feature.food.sence_desc')}</Text>
                 </View>
             }
             {
                 !modeOn && <View className='food_console_desc_off'>
+                    
                     <Text>{t('feature.food.sence_desc_off')}</Text>
                     <Text style={{ color: ColorType.food }} onClick={more}>{t('feature.food.learn_more')}</Text>
                 </View>