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({
borderRadius={'sm'}
border={'1px solid transparent'}
_hover={{
bg: 'myGray.50',
borderColor: 'myGray.200'
bg: 'myGray.25',
borderColor: 'myGray.100'
}}
sx={
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