Merge branch 'main' into contact-panel-keyboard-nav
This commit is contained in:
commit
f54d74eda9
44 changed files with 1808 additions and 269 deletions
Before Width: | Height: | Size: 184 B After Width: | Height: | Size: 184 B |
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#efecf4",
|
||||
"background": "#5852605c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#26232a"
|
||||
},
|
||||
"background": "#576ddb"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#efecf4",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#26232a",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#19171c",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000003d",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#e2dfe7",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#8b8792",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#e2dfe7",
|
||||
"size": 12,
|
||||
"background": "#19171c",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#26232a3d"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#8b8792",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#e2dfe7"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#19171c",
|
||||
"background": "#8b87922e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#e2dfe7"
|
||||
},
|
||||
"background": "#576ddb"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#19171c",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#e2dfe7",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#efecf4",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000001f",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#26232a",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#585260",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#26232a",
|
||||
"size": 12,
|
||||
"background": "#efecf4",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#e2dfe71f"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#585260",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#26232a"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#ffffff",
|
||||
"background": "#2b2b2b"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#1c1c1c"
|
||||
},
|
||||
"background": "#2472f2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#ffffff",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#1c1c1c",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#070707",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#00000052",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#f1f1f1",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#9c9c9c",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#f1f1f1",
|
||||
"size": 12,
|
||||
"background": "#0e0e0e80",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#070707"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#9c9c9c",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#c6c6c6"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#000000",
|
||||
"background": "#e3e3e3"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#f8f8f8"
|
||||
},
|
||||
"background": "#484bed"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#000000",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#f8f8f8",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#d5d5d5",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000001f",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#2b2b2b",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#474747",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#2b2b2b",
|
||||
"size": 12,
|
||||
"background": "#f1f1f1",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#e3e3e3"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#717171",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#393939"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#fdf6e3",
|
||||
"background": "#586e755c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#073642"
|
||||
},
|
||||
"background": "#268bd2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#fdf6e3",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#073642",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#002b36",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000003d",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#eee8d5",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#93a1a1",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#eee8d5",
|
||||
"size": 12,
|
||||
"background": "#002b36",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#0736423d"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#93a1a1",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#eee8d5"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#002b36",
|
||||
"background": "#93a1a12e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#eee8d5"
|
||||
},
|
||||
"background": "#268bd2"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#002b36",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#eee8d5",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#fdf6e3",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000001f",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#073642",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#586e75",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#073642",
|
||||
"size": 12,
|
||||
"background": "#fdf6e3",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#eee8d51f"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#586e75",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#073642"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#f5f7ff",
|
||||
"background": "#5e66875c"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#293256"
|
||||
},
|
||||
"background": "#3d8fd1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#f5f7ff",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#293256",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#202746",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000003d",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#dfe2f1",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#979db4",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#dfe2f1",
|
||||
"size": 12,
|
||||
"background": "#202746",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#2932563d"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#979db4",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#dfe2f1"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -341,6 +341,19 @@
|
|||
"icon_color": "#202746",
|
||||
"background": "#979db42e"
|
||||
}
|
||||
},
|
||||
"badge": {
|
||||
"corner_radius": 3,
|
||||
"padding": 2,
|
||||
"margin": {
|
||||
"bottom": -1,
|
||||
"right": -1
|
||||
},
|
||||
"border": {
|
||||
"width": 1,
|
||||
"color": "#dfe2f1"
|
||||
},
|
||||
"background": "#3d8fd1"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -470,6 +483,33 @@
|
|||
"color": "#202746",
|
||||
"size": 14,
|
||||
"background": "#000000aa"
|
||||
},
|
||||
"notification": {
|
||||
"margin": {
|
||||
"top": 10
|
||||
},
|
||||
"background": "#dfe2f1",
|
||||
"corner_radius": 6,
|
||||
"padding": 12,
|
||||
"border": {
|
||||
"color": "#f5f7ff",
|
||||
"width": 1
|
||||
},
|
||||
"shadow": {
|
||||
"blur": 16,
|
||||
"color": "#0000001f",
|
||||
"offset": [
|
||||
0,
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"notifications": {
|
||||
"width": 380,
|
||||
"margin": {
|
||||
"right": 10,
|
||||
"bottom": 10
|
||||
}
|
||||
}
|
||||
},
|
||||
"editor": {
|
||||
|
@ -1639,5 +1679,56 @@
|
|||
"padding": {
|
||||
"left": 6
|
||||
}
|
||||
},
|
||||
"contact_notification": {
|
||||
"header_avatar": {
|
||||
"height": 12,
|
||||
"width": 12,
|
||||
"corner_radius": 6
|
||||
},
|
||||
"header_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#293256",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 8,
|
||||
"right": 8
|
||||
}
|
||||
},
|
||||
"header_height": 18,
|
||||
"body_message": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#5e6687",
|
||||
"size": 12,
|
||||
"margin": {
|
||||
"left": 20,
|
||||
"top": 6,
|
||||
"bottom": 6
|
||||
}
|
||||
},
|
||||
"button": {
|
||||
"family": "Zed Sans",
|
||||
"color": "#293256",
|
||||
"size": 12,
|
||||
"background": "#f5f7ff",
|
||||
"padding": 4,
|
||||
"corner_radius": 6,
|
||||
"margin": {
|
||||
"left": 6
|
||||
},
|
||||
"hover": {
|
||||
"background": "#dfe2f11f"
|
||||
}
|
||||
},
|
||||
"dismiss_button": {
|
||||
"color": "#5e6687",
|
||||
"icon_width": 8,
|
||||
"icon_height": 8,
|
||||
"button_width": 8,
|
||||
"button_height": 8,
|
||||
"hover": {
|
||||
"color": "#293256"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue