#this but cleaner works with colorways

1 messages · Page 1 of 1 (latest)

calm fox
#

Darker is selected, lighter is hover

deep thistle
#

thank you!

calm fox
#

no prob

calm fox
#
.containerDefault-YUSmu3:hover {
  background: var(--bg-overlay-4,var(--background-accent));
  border-left: 3px solid var(--primary-500);
  border-radius: 0px;
}
.containerDefault-YUSmu3.selected-2TbFuo {
  background: var(--bg-overlay-1,var(--background-secondary-alt));
  border-left: 3px solid var(--primary-560);
  border-radius: 0px;
}
.containerDefault-YUSmu3.selected-2TbFuo > div > div > .link-1_kTxV > [class*="emojiColorFill-"] {
  margin-left: -30px;
  margin-top: 0px;
} 
.link-1_kTxV {
  background: none !important;
}
.optionsList-dmHy1l {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.optionsList-dmHy1l > button {
  width: calc(50% - 4px);
}
.optionsList-dmHy1l > div {
  width: 100%;
}

Improved version, use this instead