hlsitech's picture
Upload 93 files
7bbd534 verified
raw
history blame contribute delete
359 Bytes
export const linkStyles = {
components: {
Link: {
baseStyle: {
textDecoration: 'none',
boxShadow: 'none',
_focus: {
boxShadow: 'none'
},
_active: {
boxShadow: 'none'
},
_hover: {
textDecoration: 'none',
border: 'none'
}
},
_hover: {
textDecoration: 'none',
border: 'none'
}
}
}
};