From a3f5e0f27ffdfcb4e3ddd47140979aca379f9f42 Mon Sep 17 00:00:00 2001 From: Samuel Gunter Date: Fri, 29 Mar 2024 13:02:38 -0500 Subject: [PATCH 1/2] feat: better discord icon (#205) --- package.json | 1 + pnpm-lock.yaml | 9 +++++++++ src/views/components/calendar/CalendarFooter.tsx | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d73bf089..63bd8f44 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "@crxjs/vite-plugin": "2.0.0-beta.21", "@iconify-json/material-symbols": "^1.1.73", "@iconify-json/ri": "^1.1.20", + "@iconify-json/bi": "^1.1.23", "@storybook/addon-designs": "^7.0.9", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-links": "^7.6.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a57b1484..845153e0 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,6 +75,9 @@ devDependencies: '@crxjs/vite-plugin': specifier: 2.0.0-beta.21 version: 2.0.0-beta.21(patch_hash=xq4uab3o3kbvv4gixvawl2aj5q) + '@iconify-json/bi': + specifier: ^1.1.23 + version: 1.1.23 '@iconify-json/material-symbols': specifier: ^1.1.73 version: 1.1.73 @@ -2315,6 +2318,12 @@ packages: resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} dev: true + /@iconify-json/bi@1.1.23: + resolution: {integrity: sha512-1te+g9ZzI+PU1Lv6Xerd3XPXf4DE6g3TvDL2buIopTAfrauPHyXCHPFQMrzoQVNrVPCpN3rv3vBtJMPyBwJ9IA==} + dependencies: + '@iconify/types': 2.0.0 + dev: true + /@iconify-json/material-symbols@1.1.73: resolution: {integrity: sha512-3ioEMQvxUR0eWg3jCxeydowS7xlqJzUHqeKJg29Z5HN15ZBYniQhHYrDCRpmFjopgwxox9OIsoonBiBSLV4EMA==} dependencies: diff --git a/src/views/components/calendar/CalendarFooter.tsx b/src/views/components/calendar/CalendarFooter.tsx index 3e55c17b..c58325bb 100644 --- a/src/views/components/calendar/CalendarFooter.tsx +++ b/src/views/components/calendar/CalendarFooter.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import DiscordIcon from '~icons/ri/discord-line'; +import DiscordIcon from '~icons/bi/discord'; import GithubIcon from '~icons/ri/github-fill'; import InstagramIcon from '~icons/ri/instagram-line'; From bae1da43d3373e12d593682e9fb69e19557b5749 Mon Sep 17 00:00:00 2001 From: Derek Chen Date: Sat, 30 Mar 2024 11:44:15 -0500 Subject: [PATCH 2/2] feat: some small changes for colors and font (#201) * fix: font weight added * fix: change color hex * fix: change color again * fix: text-ut-burntorange * fix: importance (tailwind wise) --- src/shared/types/ThemeColors.ts | 2 +- src/views/components/PopupMain.tsx | 2 +- src/views/components/calendar/CalenderHeader.tsx | 2 +- src/views/components/common/LogoIcon.tsx | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/shared/types/ThemeColors.ts b/src/shared/types/ThemeColors.ts index 318f8fac..441b68d9 100644 --- a/src/shared/types/ThemeColors.ts +++ b/src/shared/types/ThemeColors.ts @@ -18,7 +18,7 @@ export const colors = { red: '#B91C1C', // Not sure if this should be here, but it's used for remove course, and add course is ut-green }, theme: { - red: '#AF2E2D', + red: '#BF0000', black: '#1A2024', }, } as const satisfies Record>; diff --git a/src/views/components/PopupMain.tsx b/src/views/components/PopupMain.tsx index fe040933..b84164b6 100644 --- a/src/views/components/PopupMain.tsx +++ b/src/views/components/PopupMain.tsx @@ -112,7 +112,7 @@ export default function PopupMain(): JSX.Element {
- + DATA LAST UPDATED: {getUpdatedAtDateTimeString(activeSchedule.updatedAt)}