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 fb1f422cbea4bb050088e5dbb02c342e70a2aebb 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 7861af6381..f7a660a339 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.47.0
|
|
|