diff options
Diffstat (limited to 'finished-application/frontend/components')
| -rw-r--r-- | finished-application/frontend/components/CartCount.js | 2 | ||||
| -rw-r--r-- | finished-application/frontend/components/Page.js | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/finished-application/frontend/components/CartCount.js b/finished-application/frontend/components/CartCount.js index c202d74..8f705ec 100644 --- a/finished-application/frontend/components/CartCount.js +++ b/finished-application/frontend/components/CartCount.js @@ -11,7 +11,7 @@ const AnimationStyles = styled.span` transition: all 0.4s; backface-visibility: hidden; } - /* Intial State of the entered Dot */ + /* Initial State of the entered Dot */ .count-enter { transform: scale(4) rotateX(0.5turn); } diff --git a/finished-application/frontend/components/Page.js b/finished-application/frontend/components/Page.js index 99f3158..47ef489 100644 --- a/finished-application/frontend/components/Page.js +++ b/finished-application/frontend/components/Page.js @@ -49,6 +49,7 @@ injectGlobal` text-decoration: none; color: ${theme.black}; } + button { font-family: 'radnika_next'; } `; class Page extends Component { |
