mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
refactor(editor): adjust database-block style (#11219)
close: BS-2904, BS-2905
This commit is contained in:
@@ -86,7 +86,7 @@ export class TableRow extends SignalWatcher(WithDisposable(ShadowlessElement)) {
|
||||
display: flex;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px 0px rgba(66, 65, 73, 0.14);
|
||||
box-shadow: var(--affine-button-shadow);
|
||||
background-color: var(--affine-background-primary-color);
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user