Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
chore(transition): add to card styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ming-tsai committed Jun 14, 2020
1 parent 77c677d commit d9e9fb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store/modules/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ class Theme extends VuexModule {
"border-left": "10px solid",
"border-left-color": "#167DF0",
"border-radius": "10px",
"background-color": "#20252d"
"background-color": "#20252d",
"transition" : "all 1s ease-in-out"
};

@Action
Expand Down

0 comments on commit d9e9fb1

Please sign in to comment.