Skip to content

Commit

Permalink
[C] fix SVG in SelectListbox
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Jul 18, 2023
1 parent e8295f0 commit d5885d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/epo-react-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rubin-epo/epo-react-lib",
"description": "Rubin Observatory Education & Public Outreach team React UI library.",
"version": "1.2.12",
"version": "1.2.13",
"author": "Rubin EPO",
"license": "MIT",
"homepage": "https://lsst-epo.github.io/epo-react-lib",
Expand Down
2 changes: 1 addition & 1 deletion packages/epo-react-lib/src/form/SelectListbox/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const SelectButton = styled.button`
svg {
color: var(--select-border-color);
transform: rotate(-90deg);
padding-top: 10px;
margin-inline-start: 10px;
flex-shrink: 0;
}
Expand Down

0 comments on commit d5885d5

Please sign in to comment.