Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/replay/frontend/src/constants/transparency.ts
1029 views
1
export const transparency = {
2
text: {
3
high: 0.87,
4
medium: 0.6,
5
disabled: 0.38,
6
},
7
icons: {
8
active: 0.87,
9
inactive: 0.6,
10
disabled: 0.38,
11
},
12
dividers: 0.12,
13
};
14
15