Skip to content

Commit fcaf6f2

Browse files
committed
fix: rename class
1 parent 3692af6 commit fcaf6f2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/text-input-with-copy-button/TextInputWithCopyButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ class TextInputWithCopyButton extends React.PureComponent<Props, State> {
225225
<TextInput
226226
{...inputProps}
227227
onFocus={this.handleFocus}
228-
tooltipWrapperClassName="text-input-tooltip-target"
228+
tooltipWrapperClassName="text-input-tooltip-wrapper"
229229
/>
230230
{additionalButtons}
231231
{this.renderCopyButton()}

src/components/text-input-with-copy-button/TextInputWithCopyButton.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
margin-right: 0;
1010
margin-bottom: 0;
1111

12-
.text-input-tooltip-target {
12+
.text-input-tooltip-wrapper {
1313
display: block;
1414
}
1515

0 commit comments

Comments
 (0)