Bug Fixing

This commit is contained in:
2022-01-21 16:33:11 +07:00
parent 346b8133af
commit 87fdfeabff
3 changed files with 9 additions and 7 deletions

View File

@@ -110,8 +110,8 @@ export const Konfirmasi = observer(() => {
setToko(record);
setVisibleModalToko(true);
}}
// style={{backgroundColor:"cyan",color:"white"}}
type="primary"
style={{backgroundColor:"#7c3ea3",color:"white"}}
// type="primary"
>
Lihat Foto
</Button>
@@ -630,7 +630,7 @@ export const Konfirmasi = observer(() => {
style={
store.ui.mediaQuery.isDesktop
? {
width: "29vw",
width: "22vw",
borderColor: "salmon",
marginLeft: "10px",
}
@@ -641,7 +641,7 @@ export const Konfirmasi = observer(() => {
}
}
>
<Image src={`${gmbr.mobil}`} alt={idx} />
<Image src={`${gmbr.mobil}`} alt={idx} preview={false}/>
</Card>
))}
</Row>