fixing bg color for custom-dropdown

pull/5370/head
lianahus 3 years ago committed by Aniket
parent 029e6dda90
commit 4e3ed0abd8
  1. 2
      libs/remix-ui/workspace/src/lib/css/remix-ui-workspace.css

@ -88,6 +88,7 @@
.custom-dropdown-items {
padding: 0.25rem 0.25rem;
border-radius: .25rem;
background: var(--light);
}
.custom-dropdown-items a {
border-radius: .25rem;
@ -97,5 +98,6 @@
font-size: 0.875rem;
padding: 0.25rem 0.25rem;
width: auto;
color: var(--text);
}
Loading…
Cancel
Save