Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iplt 5303 transfer grid from gnui #1950

Closed
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
Binary file added .storybook/assets/ikigai-logo-expand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/assets/ikigai-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .storybook/assets/origami-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .storybook/logo.png
Binary file not shown.
8 changes: 4 additions & 4 deletions .storybook/manager-head.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500&display=swap" rel="stylesheet" />
<meta property="og:description" content="Vibe design system by monday.com" />
<meta property="og:title" content="Vibe Design System" />
<meta property="og:description" content="Origami design system by Ikigai" />
<meta property="og:title" content="Origami Design System" />
<meta property="og:image" content="https://irp.cdn-website.com/33477119/dms3rep/multi/og-banner.jpeg" />
<title>Vibe Design System</title>
<title>Origami Design System</title>
<script src="https://use.fontawesome.com/660238b999.js"></script>
<style>
body {
font-family: "Roboto", sans-serif;
font-family: "Inter", sans-serif;
background: #f0f3ff !important;
font-size: 14px;
}
Expand Down
14 changes: 11 additions & 3 deletions .storybook/theme.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
import { create } from "@storybook/theming/create";
import logo from "./logo.png";
import logo from "./assets/origami-logo.png";

export default create({
base: "light",
brandImage: logo,
brandUrl: "https://style.monday.com",
brandUrl: "./",
barSelectedColor: "#5034ff",
brandTitle: "Vibe Design System",
brandTitle: "Origami Design System",

// UI
appBg: "white",
appContentBg: "white",
appBorderRadius: 4,

barBg: '#ffffff',

background: {
hoverable: "rgba(80, 52, 255, 0.1)"
},
Expand Down
Loading
Loading