Skip to content

Commit d786825

Browse files
committed
used existing class
Signed-off-by: kishore08-07 <kishorebsm8@gmail.com>
1 parent 7f8ef5c commit d786825

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/sections/Kanvas/FeaturesSection/Collaborate/CollaboratorFeatures.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const CollaboratorFeaturesWrapper = styled.section`
149149
}
150150
}
151151
152-
.root {
152+
.collaborator-trigger-container {
153153
&:hover {
154154
.fixed {
155155
background: #EBC017;

src/sections/Kanvas/FeaturesSection/Design/DesignerFeatures.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ margin-top: 1rem;
152152
}
153153
}
154154
155-
.root {
155+
.design-trigger-container {
156156
&:hover {
157157
.fixed {
158158
background: #EBC017;

src/sections/Kanvas/FeaturesSection/Visualize/VisualizerFeatures.style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const VisualizerFeaturesWrapper = styled.section`
150150
}
151151
}
152152
153-
.root {
153+
.visualizer-trigger-container {
154154
&:hover {
155155
.fixed {
156156
background: #EBC017;

0 commit comments

Comments
 (0)