Skip to content

Commit dea71de

Browse files
committed
colour update
1 parent 4132eff commit dea71de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pages/schedule.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@ export default (props) => {
110110
<Tab
111111
style={{
112112
padding: "0.75rem 1.5rem",
113-
border: "2px solid #388CF7",
113+
border: "2px solid #008080",
114114
borderRadius: "8px",
115115
background: "white",
116-
color: "#388CF7",
116+
color: "#008080",
117117
cursor: "pointer",
118118
fontSize: "1rem",
119119
fontWeight: "500",
@@ -126,10 +126,10 @@ export default (props) => {
126126
<Tab
127127
style={{
128128
padding: "0.75rem 1.5rem",
129-
border: "2px solid #388CF7",
129+
border: "2px solid #008080",
130130
borderRadius: "8px",
131131
background: "white",
132-
color: "#388CF7",
132+
color: "#008080",
133133
cursor: "pointer",
134134
fontSize: "1rem",
135135
fontWeight: "500",
@@ -142,10 +142,10 @@ export default (props) => {
142142
<Tab
143143
style={{
144144
padding: "0.75rem 1.5rem",
145-
border: "2px solid #388CF7",
145+
border: "2px solid #008080",
146146
borderRadius: "8px",
147147
background: "white",
148-
color: "#388CF7",
148+
color: "#008080",
149149
cursor: "pointer",
150150
fontSize: "1rem",
151151
fontWeight: "500",
@@ -159,10 +159,10 @@ export default (props) => {
159159

160160
<style jsx global>{`
161161
.react-tabs__tab:hover {
162-
background: #f0f7ff !important;
162+
background: #e8f5ef !important;
163163
}
164164
.react-tabs__tab.selected {
165-
background: #388cf7 !important;
165+
background: #008080 !important;
166166
color: white !important;
167167
}
168168
`}</style>

0 commit comments

Comments
 (0)