Change dragged tab styling
This commit is contained in:
parent
5c38021a4d
commit
0a97a9c0fd
4 changed files with 36 additions and 17 deletions
|
@ -94,3 +94,11 @@ export function popoverShadow(theme: Theme) {
|
|||
offset: [1, 2],
|
||||
};
|
||||
}
|
||||
|
||||
export function draggedShadow(theme: Theme) {
|
||||
return {
|
||||
blur: 6,
|
||||
color: theme.shadow,
|
||||
offset: [1, 2],
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue