refactor(editor): adjust database-block style (#11219)

close: BS-2904, BS-2905
This commit is contained in:
zzj3720
2025-03-27 10:35:28 +00:00
parent 3b9d64d74d
commit f2cdf67c2a
2 changed files with 2 additions and 1 deletions

View File

@@ -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;
}