aboutsummaryrefslogtreecommitdiff
path: root/src/components/attachment
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-13 02:27:53 +0200
committerHenry Jameson <me@hjkos.com>2024-02-13 02:27:53 +0200
commitc16f1d4e35f2d885d2aa4e5f1ee51af9e95c6bdc (patch)
treed45a4f69a839e4c04ffbb17c411dec6c3605ce42 /src/components/attachment
parentbcc50844096b47c0656ed3338de222055a749fb1 (diff)
more fixes
Diffstat (limited to 'src/components/attachment')
-rw-r--r--src/components/attachment/attachment.scss6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/components/attachment/attachment.scss b/src/components/attachment/attachment.scss
index 681bab29..b1a3fa5e 100644
--- a/src/components/attachment/attachment.scss
+++ b/src/components/attachment/attachment.scss
@@ -9,10 +9,8 @@
height: 100%;
border-style: solid;
border-width: 1px;
- border-radius: $fallback--attachmentRadius;
- border-radius: var(--attachmentRadius, $fallback--attachmentRadius);
- border-color: $fallback--border;
- border-color: var(--border, $fallback--border);
+ border-radius: var(--roundness);
+ border-color: var(--border);
.attachment-wrapper {
flex: 1 1 auto;