Skip to content

Commit

Permalink
icon in sharelink input now clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
srietkerk committed Mar 4, 2024
1 parent a1cc74f commit 020e6a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions teachertool/src/components/ShareLinkInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export const ShareLinkInput: React.FC<IProps> = () => {
icon={icon}
onChange={onTextChange}
onEnterKey={onEnterKey}
onIconClick={onEnterKey}
preserveValueOnBlur={true}
autoComplete={false}
></Input>
Expand Down
5 changes: 5 additions & 0 deletions teachertool/src/style.overrides/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,9 @@

.common-button.disabled {
opacity: 0.8;
}

.common-input-group>.common-button {
border-radius: 99px;
margin-right: -1rem;
}

0 comments on commit 020e6a2

Please sign in to comment.