Clean up left nav on web (#5488)
* Tweak nav item count style * Fix nav item icon width and alignment * Just refactor the thing * New compose button * Z index * Rounded * Tweak gradient * Tweak gradient * Tweak gradient * Solid * Adjust position of counter * Always a circle
This commit is contained in:
@@ -60,6 +60,15 @@ export const fontWeight = {
|
||||
} as const
|
||||
|
||||
export const gradients = {
|
||||
primary: {
|
||||
values: [
|
||||
[0, '#054CFF'],
|
||||
[0.4, '#1085FE'],
|
||||
[0.6, '#1085FE'],
|
||||
[1, '#59B9FF'],
|
||||
],
|
||||
hover_value: '#1085FE',
|
||||
},
|
||||
sky: {
|
||||
values: [
|
||||
[0, '#0A7AFF'],
|
||||
|
||||
Reference in New Issue
Block a user