update pay function
This commit is contained in:
24
boilerplate-chakra-pro-main/theme/components/link.ts
Normal file
24
boilerplate-chakra-pro-main/theme/components/link.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
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'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user