Update: increase gradient distance

This commit is contained in:
Llewellyn D'souza
2022-03-08 17:18:25 +05:30
parent e75e270cdf
commit 51dc7c33c3

View File

@@ -90,7 +90,7 @@ function NestedDataTable({ data, selected, setSelected, populateChildren }) {
selected?.id === data.id
? 'linear-gradient(135deg, ' +
getColorOfLocationType(data.location) +
' 0%, #f9f9f9 20%)'
' 0%, #f9f9f9 100%)'
: '#f9f9f9'
}}
>