Skip to content

Commit

Permalink
Revert "fix(new-hope): add new tokens to autocomplite"
Browse files Browse the repository at this point in the history
This reverts commit 9775b15.
  • Loading branch information
Yakutoc authored Dec 4, 2024
1 parent 0ed452c commit 8a7a4c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export const tokens = {
textFieldDisabledOpacity: '--plasma-autocomplete-textfield-disabled-opacity',
textFieldFocusColor: '--plasma-autocomplete-textfield-focus-color',
textFieldContentSlotColor: '--plasma-autocomplete-content-color',
textFieldContentSlotRightColor: '--plasma-autocomplete-content-right-color',

// Токены для дропдауна
background: '--plasma-autocomplete-background',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,4 @@ export const StyledTextField = styled(TextField)`
${textFieldTokens.disabledOpacity}: var(${autocompleteTokens.textFieldDisabledOpacity});
${textFieldTokens.focusColor}: var(${autocompleteTokens.textFieldFocusColor});
${textFieldTokens.contentSlotColor}: var(${autocompleteTokens.textFieldContentSlotColor}, var(${autocompleteTokens.textFieldColor}));
${textFieldTokens.contentSlotRightColor}: var(${autocompleteTokens.textFieldContentSlotRightColor}, var(${autocompleteTokens.textFieldColor}));
`;
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ export const config = {
${tokens.itemBackgroundHover}: var(--surface-transparent-accent);
${tokens.itemColor}: var(--text-primary);
${tokens.focusColor}: var(--surface-accent);
${tokens.textFieldContentSlotRightColor}: var(--text-accent);
${tokens.infiniteLoaderSpinnerColor}: var(--text-primary);
${tokens.dropdownBorderColor}: var(--surface-solid-primary);
Expand Down

0 comments on commit 8a7a4c5

Please sign in to comment.