aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 18:00:52 -0500
committerKevin J Hoerr <kjhoerr@protonmail.com>2022-11-18 18:00:52 -0500
commitdbb497eef6b66b09cf000ed3794eea7f517b840a (patch)
treeb3303cf9d864533fc1a8c7616ea5ca38bc4d41f0 /src/styles
parent299159ab2b4b1488cfc99e38c921e35d61a1264a (diff)
downloadsubmelon.dev-dbb497eef6b66b09cf000ed3794eea7f517b840a.tar.gz
submelon.dev-dbb497eef6b66b09cf000ed3794eea7f517b840a.tar.bz2
submelon.dev-dbb497eef6b66b09cf000ed3794eea7f517b840a.zip
Switch tense of BlockBody prop
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/BlockBody.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/BlockBody.ts b/src/styles/BlockBody.ts
index 7791873..8fb655e 100644
--- a/src/styles/BlockBody.ts
+++ b/src/styles/BlockBody.ts
@@ -11,7 +11,7 @@ export default styled.div`
border-left: 3px #000 solid;
border-right: 3px #000 solid;
- padding: ${(props) => props.theme.padding ?? "0"};
+ padding: ${(props) => (props.theme.link ? "0" : "4px 8px")};
& > ${BlockAnchor} {
&:hover {