fix: edit banner
Deskripsi: - warna icon pada tombol edit banner No Issues
This commit is contained in:
@@ -151,7 +151,7 @@ function ListBanner() {
|
||||
>
|
||||
<Flex onClick={() => router.push(`/banner/edit/${idData}`)} direction="column" align="center" justify="center" pb={20}>
|
||||
<Box>
|
||||
<FaPencil size={30} color={WARNA.biruTua} />
|
||||
<FaPencil size={30} color={tema.get().utama} />
|
||||
</Box>
|
||||
<Box>
|
||||
<Text c={tema.get().utama} fz={{ base: 'sm', md: 'md' }}>Edit</Text>
|
||||
|
||||
Reference in New Issue
Block a user