Explorar el Código

test git push

tags/Baseline_30082024_FRONTEND_UAT
MSI\User hace 2 años
padre
commit
ddfd6aa92d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/components/DashboardPage/DashboardTabButton.tsx

+ 1
- 1
src/components/DashboardPage/DashboardTabButton.tsx Ver fichero

@@ -11,7 +11,7 @@ const DashboardTabButton: React.FC = () => {
<Grid item sm> <Grid item sm>
<div style={{marginLeft:20}}> <div style={{marginLeft:20}}>
<button style={{height:40,width:250,fontSize:18,borderTopLeftRadius:10,borderBottomLeftRadius:10,borderWidth:2,backgroundColor:"transparent"}}>Project Financial Summary</button> <button style={{height:40,width:250,fontSize:18,borderTopLeftRadius:10,borderBottomLeftRadius:10,borderWidth:2,backgroundColor:"transparent"}}>Project Financial Summary</button>
<button style={{height:40,width:250,fontSize:18,borderTopWidth:2,borderBottomWidth:2,backgroundColor:"transparent"}}>Project Cash Flow</button>
<button style={{height:39,width:250,fontSize:18,borderTopWidth:2,borderBottomWidth:2,backgroundColor:"transparent"}}>Project Cash Flow</button>
</div> </div>
</Grid> </Grid>
); );


Cargando…
Cancelar
Guardar