Skip to content

Commit

Permalink
fix select text color on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Oct 1, 2023
1 parent d14df21 commit 54da9a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ export const selectStyles = css`
/* // Remove focus outline, will add on alternate element */
outline: none;
color: var(--ra-embed-text-color);
}
/* // Remove dropdown arrow in IE10 & IE11
Expand Down

0 comments on commit 54da9a5

Please sign in to comment.