diff --git a/src/FullScreenView.module.css b/src/FullScreenView.module.css index 977945c0..ed26e348 100644 --- a/src/FullScreenView.module.css +++ b/src/FullScreenView.module.css @@ -46,6 +46,6 @@ background: #0dbd8b; border-radius: 8px; color: #ffffff; - font-weight: 600; + font-weight: normal; font-size: 15px; } diff --git a/src/Room.module.css b/src/Room.module.css index 8292b428..f9c52dbb 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -57,6 +57,8 @@ limitations under the License. margin-top: 50px; color: #0dbd8b; text-decoration: none; + font-weight: normal; + font-size: 15px; } .preview {