mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
chore: Removes hard-coded colors - iteration 3 (#20016)
This commit is contained in:
committed by
GitHub
parent
3a379af1e7
commit
8bb8b7f612
@@ -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}`,
|
||||
}
|
||||
}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user