From 78594f61d40b5011e0dea97d74142fbbcbf393f9 Mon Sep 17 00:00:00 2001
From: taehoon
Date: Fri, 12 Jul 2019 15:10:30 -0400
Subject: [PATCH] add a todo comment
---
src/components/user_card/user_card.vue | 1 +
1 file changed, 1 insertion(+)
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);
}