- fixed coloring of item type tag in dark mode (#17745)
Fixed issue #17694 <img width="963" height="1021" alt="image" src="https://github.com/user-attachments/assets/a28948a1-126d-4f3c-8a53-c39adbb7f52d" />
This commit is contained in:
committed by
GitHub
parent
d537144ab1
commit
10de51fcbd
@@ -19,6 +19,7 @@ const StyledContainer = styled.div`
|
||||
display: flex;
|
||||
font-size: ${({ theme }) => theme.font.size.sm};
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
color: ${({ theme }) => theme.font.color.secondary};
|
||||
`;
|
||||
|
||||
export const SettingsItemTypeTag = ({
|
||||
|
||||
Reference in New Issue
Block a user