mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
Update addons/a11y/src/components/VisionSimulator.tsx
Co-authored-by: Norbert de Langen <ndelangen@me.com>
This commit is contained in:
parent
84a67cf7d7
commit
cbf03373ad
@ -80,10 +80,10 @@ const Title = styled.span({
|
||||
textTransform: 'capitalize',
|
||||
});
|
||||
|
||||
const Description = styled.span({
|
||||
fontSize: '0.9em',
|
||||
color: 'gray',
|
||||
});
|
||||
const Description = styled.span(({ theme }) => ({
|
||||
fontSize: 11,
|
||||
color: theme.textMutedColor,
|
||||
}));
|
||||
|
||||
const getColorList = (active: Filter, set: (i: Filter) => void): Link[] => [
|
||||
...(active !== null
|
||||
|
Loading…
x
Reference in New Issue
Block a user