fix: emoji picker in dark mode (#20019)

This commit is contained in:
crazywoola
2025-05-21 11:23:26 +08:00
committed by GitHub
parent 36b321735e
commit a0ebbaa840
3 changed files with 2 additions and 5 deletions

View File

@@ -4,9 +4,6 @@
align-items: flex-start;
width: 362px;
max-height: 552px;
border: 0.5px solid #EAECF0;
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 12px;
background: #fff;
}