Skip to content
This repository was archived by the owner on Apr 3, 2022. It is now read-only.

Commit c559b44

Browse files
committed
move emoji search styling to the input section
1 parent 4d0f73e commit c559b44

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

public/styles/global.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ h1 {
155155
background: rgb(11, 95, 247);
156156
}
157157

158-
.emoji-picker-react input.emoji-search {
159-
color: black;
160-
}
161-
162158
.iconbutton {
163159
/* background: var(--bttn-color); */
164160
background: transparent;
@@ -267,6 +263,10 @@ h1 {
267263
display: none;
268264
}
269265

266+
.emoji-picker-react input.emoji-search {
267+
color: black;
268+
}
269+
270270
/* Media queries */
271271

272272
@media only screen and (max-width: 800px) {

0 commit comments

Comments
 (0)