Skip to content

Commit

Permalink
fix: update selection helper style
Browse files Browse the repository at this point in the history
  • Loading branch information
wwsun committed Mar 20, 2024
1 parent d640429 commit bceb7a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions apps/playground/src/helpers/mock-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const packageJson = {
name: 'demo',
private: true,
dependencies: {
'@music163/antd': '0.2.1',
'@music163/antd': '0.2.2',
'@music163/tango-boot': '0.2.5',
react: '17.0.2',
'react-dom': '17.0.2',
Expand Down Expand Up @@ -56,7 +56,7 @@ const tangoConfigJson = {
},
'@music163/antd': {
description: '云音乐低代码中后台应用基础物料',
version: '0.2.1',
version: '0.2.2',
library: 'TangoAntd',
type: 'baseDependency',
resources: [
Expand Down
4 changes: 0 additions & 4 deletions packages/designer/src/simulator/selection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@ const selectionHelperStyle = css`
cursor: pointer;
background: var(--color-active, var(--tango-colors-brand));
svg {
margin-right: 4px;
}
&:hover {
background: var(--color-active-hover, var(--tango-colors-primary-50));
}
Expand Down

0 comments on commit bceb7a5

Please sign in to comment.