1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

fix build

This commit is contained in:
Andrew Simachev 2023-11-22 13:16:22 +01:00
parent 2ccded619e
commit bd430fa0b6
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
6 changed files with 25 additions and 22 deletions

View file

@ -26,7 +26,7 @@ html.anytypeWebclipper-popup { width: 268px; }
.row { margin: 0px 0px 10px 0px; }
.row:last-child { margin: 0px; }
.label { @include text-small; color: $colorDarkGrey; margin: 0px 0px 4px 0px; }
.label { @include text-small; color: $colorTextSecondary; margin: 0px 0px 4px 0px; }
.box { border: 1px solid $colorShapeSecondary; border-radius: 1px; min-height: 32px; }
.box {