Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions dev-desk-queue/src/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import React from 'react';
import ReactDOM from 'react-dom';

import { BrowserRouter as Router } from 'react-router-dom';
import { ThemeProvider } from 'styled-components';

import 'normalize.css'
import 'bootstrap/dist/css/bootstrap.min.css'
import theme from './styled-components/theme';
import GlobalStyle from './styled-components/GlobalStyles';
import App from './App';
Expand Down
2 changes: 2 additions & 0 deletions dev-desk-queue/src/styled-components/TicketRow_Styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ export const StyledAssignButton = styled.button`

border: 1px solid black;

border-radius: 3px;

height: 25px;

box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
Expand Down
Loading