Skip to content

Commit

Permalink
remove icon styling changes to revert to original styling. there were…
Browse files Browse the repository at this point in the history
… some issues with text alignment
  • Loading branch information
beaesguerra committed Nov 18, 2024
1 parent ce89fc7 commit ba4067b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {View, IDProvider} from "@khanacademy/wonder-blocks-core";
import IconButton from "@khanacademy/wonder-blocks-icon-button";
import {TextField} from "@khanacademy/wonder-blocks-form";
import {PhosphorIcon} from "@khanacademy/wonder-blocks-icon";
import {semanticColor, spacing} from "@khanacademy/wonder-blocks-tokens";
import {color, spacing} from "@khanacademy/wonder-blocks-tokens";
import type {StyleType, AriaProps} from "@khanacademy/wonder-blocks-core";

import {defaultLabels} from "../util/constants";
Expand Down Expand Up @@ -195,8 +195,8 @@ const SearchField: React.ForwardRefExoticComponent<
<View onClick={onClick} style={[styles.inputContainer, style]}>
<PhosphorIcon
icon={magnifyingGlassIcon}
size="small"
color={semanticColor.icon.primary}
size="medium"
color={color.offBlack64}
style={styles.searchIcon}
aria-hidden="true"
/>
Expand Down

0 comments on commit ba4067b

Please sign in to comment.