Skip to content

Commit

Permalink
update width values
Browse files Browse the repository at this point in the history
  • Loading branch information
shoumaw committed Feb 6, 2025
1 parent 1fe20ca commit e52b185
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion public/react/SettingsSidebar/SettingsSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const SETTINGS_WIDTH: Record<string, string> = {
SOURCES: "w-96",
THEME: "w-80",
TIMING: "w-80",
TEAMS: "w-[600px]",
TEAMS: "w-150",
};
const SettingsSidebar: FC<SettingsSidebarProps> = ({
showSidebarBranding,
Expand Down
9 changes: 4 additions & 5 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ module.exports = {
},
extend: {
blur: {
xs: '2px',
xs: "2px",
},
fontSize: {
'xxs': ["0.5rem", "0.75rem"]
xxs: ["0.5rem", "0.75rem"],
},
colors: {
blue: {
Expand Down Expand Up @@ -52,14 +52,12 @@ module.exports = {
80: "#091E4224", // was "#97A0AF" ... now is 14% alpha of Nuetral300
50: "#C1C7D0",
40: "#DFE1E6", // secondary buttton color
41: '#DCDFE4', // accent.gray.subtler
41: "#DCDFE4", // accent.gray.subtler
30: "#EBECF0",
20: "#091E4208", // stripe color
10: "#FAFBFC", //
301: "#091E4224",
201: "#091E420F", // NEW nuetral 6% opacity


},
orange: {
400: "#F5532D", // Bitovi color
Expand All @@ -75,6 +73,7 @@ module.exports = {
},
width: {
128: "28rem",
150: "37.5rem",
},
},
},
Expand Down

0 comments on commit e52b185

Please sign in to comment.