Remove TODO comments about spacing variables (#10695)

The variables on _spacing.pcss have been deprecated by https://github.com/matrix-org/matrix-react-sdk/pull/10686
This commit is contained in:
Suguru Hirahara 2023-06-06 14:03:52 +00:00 committed by GitHub
parent c42a7769e9
commit d340fa8d2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 56 additions and 56 deletions

View file

@ -57,7 +57,7 @@ limitations under the License.
> .mx_AccessibleButton_kind_link {
font-size: $font-14px;
margin-inline-end: 10px; /* TODO: Use a spacing variable */
margin-inline-end: 10px;
}
}
}