Style: custom theme UI fixes (#3284)
* style: fix `background-color` inconsistency in issue layout when custom theme is applied. * fix: theme dropdown overlapping with input color picker icons (z-index issue).
This commit is contained in:
parent
22bbdd5ab8
commit
4263e9b507
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ export const ThemeSwitch: FC<Props> = (props) => {
|
|||
}
|
||||
onChange={onChange}
|
||||
input
|
||||
width="w-full"
|
||||
width="w-full z-20"
|
||||
>
|
||||
{THEME_OPTIONS.map((themeOption) => (
|
||||
<CustomSelect.Option key={themeOption.value} value={themeOption}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue