Commit d2579656 by DigHuang Committed by GitHub

style(app): optimize non-active hover effect in InlineEdit (#7002)

parent 7ce823b1
...@@ -171,8 +171,8 @@ export const InlineEdit = React.memo(function InlineEdit({ ...@@ -171,8 +171,8 @@ export const InlineEdit = React.memo(function InlineEdit({
borderRadius={'sm'} borderRadius={'sm'}
border={'1px solid transparent'} border={'1px solid transparent'}
_hover={{ _hover={{
bg: 'myGray.50', bg: 'myGray.25',
borderColor: 'myGray.200' borderColor: 'myGray.100'
}} }}
sx={ sx={
type === 'input' type === 'input'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment