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:
parent
c42a7769e9
commit
d340fa8d2a
18 changed files with 56 additions and 56 deletions
|
@ -35,7 +35,7 @@ limitations under the License.
|
|||
font-size: $font-18px;
|
||||
line-height: $font-22px;
|
||||
color: $primary-content;
|
||||
margin: $spacing-4 0 14px; // TODO: use a spacing variable
|
||||
margin: $spacing-4 0 14px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
@ -117,7 +117,7 @@ limitations under the License.
|
|||
|
||||
.mx_BetaCard_betaPill {
|
||||
background-color: $accent-alt;
|
||||
padding: $spacing-4 10px; // TODO: use a spacing variable
|
||||
padding: $spacing-4 10px;
|
||||
border-radius: 8px;
|
||||
text-transform: uppercase;
|
||||
font-size: $font-12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue