aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollCard/PollCard.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-08-16 23:52:59 +0300
committerGitHub <noreply@github.com>2020-08-16 23:52:59 +0300
commita2288ab4786d9886245df6c92b4fbbe5be0e7a5f (patch)
tree180722a3b885ebc0ba5411030a696bc7a0b75464 /src/components/PollCard/PollCard.tsx
parent1db77b9cc96ee8f7c014f383ae71da0d225a6d6a (diff)
parente5d067dcc433e7086845946946f632565b2d5e1c (diff)
downloadwhich-ui-a2288ab4786d9886245df6c92b4fbbe5be0e7a5f.tar.gz
Merge pull request #86 from which-ecosystem/pagination
PollsList gradual load (pseudo-pagination)
Diffstat (limited to 'src/components/PollCard/PollCard.tsx')
-rw-r--r--src/components/PollCard/PollCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx
index 749c6b7..80a1386 100644
--- a/src/components/PollCard/PollCard.tsx
+++ b/src/components/PollCard/PollCard.tsx
@@ -94,7 +94,7 @@ const PollCard: React.FC<PropTypes> = React.memo(({ poll, setPoll }) => {
const dominant: Which = left.votes >= right.votes ? 'left' : 'right';
return (
- <Card>
+ <Card elevation={3}>
<UserStrip user={author} info={date} />
<div className={classes.media}>
<CardActionArea onDoubleClick={handleLeft} className={classes.media}>