aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-12 15:10:30 -0400
committertaehoon <th.dev91@gmail.com>2019-07-12 15:10:30 -0400
commit78594f61d40b5011e0dea97d74142fbbcbf393f9 (patch)
tree64507e4bff7039279297b85f0f70cbc37913cd52 /src
parent57c5d269b8fa747a7f377090a8fb5507937f9ceb (diff)
add a todo comment
Diffstat (limited to 'src')
-rw-r--r--src/components/user_card/user_card.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue
index 1ce13f50..fe804e02 100644
--- a/src/components/user_card/user_card.vue
+++ b/src/components/user_card/user_card.vue
@@ -518,6 +518,7 @@
margin: 0;
&.pressed {
+ // TODO: This should be themed.
border-bottom-color: rgba(255, 255, 255, 0.2);
border-top-color: rgba(0, 0, 0, 0.2);
}