Skip to content

Commit 911a14b

Browse files
committed
style: tooltip background fixed
1 parent 94e2900 commit 911a14b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/src/App/AvatarEditor/SectionWrapper/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
border-radius: 5px;
3636
font-size: 0.75rem;
3737
color: #fff;
38-
background: rgba(255, 255, 255, 0.15);
38+
background: #303030;
3939
padding: 0.15rem 0.75rem;
4040
opacity: 0;
4141
transform: translateY(10px);
@@ -50,4 +50,4 @@
5050
width: 100% !important;
5151
height: 100% !important;
5252
}
53-
}
53+
}

demo/src/App/AvatarEditor/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
border-radius: 5px;
4040
font-size: 0.75rem;
4141
color: #fff;
42-
background: rgba(255, 255, 255, 0.15);
42+
background: #303030;
4343
padding: 0.15rem 0.75rem;
4444
opacity: 0;
4545
transform: translateY(10px);
@@ -58,4 +58,4 @@
5858
transform: translateY(0);
5959
}
6060
}
61-
}
61+
}

0 commit comments

Comments
 (0)