Remove temp border change
This commit is contained in:
parent
09b05c8552
commit
975e4dd285
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default Vue.extend({
|
||||||
root(isDark)
|
root(isDark)
|
||||||
.friends
|
.friends
|
||||||
background isDark ? #282C37 : #fff
|
background isDark ? #282C37 : #fff
|
||||||
border solid 1px isDark ? #21242f : rgba(#000, 0.075)
|
border solid 1px rgba(#000, 0.075)
|
||||||
border-radius 6px
|
border-radius 6px
|
||||||
|
|
||||||
> .title
|
> .title
|
||||||
|
|
Loading…
Reference in a new issue