mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-03-26 10:07:47 +01:00
25 lines
791 B
Diff
25 lines
791 B
Diff
From d37ddfc40426f200c9fcaa4298c5cf9921fb9025 Mon Sep 17 00:00:00 2001
|
|
From: SpiritCroc <dev@spiritcroc.de>
|
|
Date: Sun, 13 Oct 2024 11:23:54 +0200
|
|
Subject: Import SC compound theme overrides
|
|
|
|
---
|
|
res/css/_common.pcss | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/res/css/_common.pcss b/res/css/_common.pcss
|
|
index e55eadaaf7..21d0f1d83a 100644
|
|
--- a/res/css/_common.pcss
|
|
+++ b/res/css/_common.pcss
|
|
@@ -11,6 +11,7 @@ Please see LICENSE files in the repository root for full details.
|
|
|
|
@import url("@vector-im/compound-design-tokens/assets/web/css/compound-design-tokens.css") layer(compound);
|
|
@import url("@vector-im/compound-web/dist/style.css");
|
|
+@import "./sc-cpd-overrides.css";
|
|
@import "./_font-sizes.pcss";
|
|
@import "./_animations.pcss";
|
|
@import "./_spacing.pcss";
|
|
--
|
|
2.48.1
|
|
|