chore: Removes hard-coded colors - iteration 3 (#20016)

This commit is contained in:
Michael S. Molina
2022-05-11 15:02:13 -03:00
committed by GitHub
parent 3a379af1e7
commit 8bb8b7f612
19 changed files with 342 additions and 345 deletions

View File

@@ -241,10 +241,10 @@ const TimeTable = ({
<span
key={column.key}
data-value={v}
style={
css={theme =>
color && {
boxShadow: `inset 0px -2.5px 0px 0px ${color}`,
borderRight: '2px solid #fff',
borderRight: `2px solid ${theme.colors.grayscale.light5}`,
}
}
>