Skip to content

Commit

Permalink
feat(style-panel): fix some reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
betterdancing committed Nov 8, 2024
1 parent ab35c29 commit 1f4004d
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@ const change = (item) => {
border: none;
background-color: var(--te-common-bg-container);
line-height: 14px;
--ti-button-size-normal-min-width: 20px;
--ti-button-size-normal-max-width: 80px;
min-width: 20px;
max-width: 80px;
color: var(--te-common-text-weaken);
&:hover {
Expand Down Expand Up @@ -239,7 +239,6 @@ const change = (item) => {
align-items: center;
height: 24px;
background-color: var(--ti-lowcode-base-bg-5);
--ti-dropdown-text-color: var(--te-common-text-primary);
color: var(--te-common-text-weaken);
&.selected {
background-color: var(--ti-lowcode-base-gray-101);
Expand All @@ -263,7 +262,7 @@ const change = (item) => {
&:hover {
background-color: var(--ti-lowcode-base-gray-101);
border-radius: 4px;
--ti-dropdown-text-color-hover: var(--te-common-text-primary);
color: var(--te-common-text-primary);
}
}
}
Expand Down

0 comments on commit 1f4004d

Please sign in to comment.