mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-10 05:29:08 +08:00
feat: modify style variables
This commit is contained in:
@@ -27,7 +27,7 @@ export class Counter extends LitElement {
|
||||
static styles = css`
|
||||
.counter-container {
|
||||
display: flex;
|
||||
color: var(--color-primary);
|
||||
color: var(--affine-text-color);
|
||||
}
|
||||
button {
|
||||
margin: 0 5px;
|
||||
|
||||
Reference in New Issue
Block a user