Skip to content

Commit e00ae69

Browse files
authored
Merge pull request #367 from code0-tech/feat/#329
Release refactoring for sculptor start
2 parents dd1cf80 + 060102c commit e00ae69

File tree

93 files changed

+3149
-2564
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+3149
-2564
lines changed

.storybook/global.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
html {
22
overflow: hidden;
33
overscroll-behavior: none;
4+
}
5+
6+
.sb-show-main {
7+
background: url(https://applescoop.org/image/wallpapers/mac/windows-10-stock-hd-cells-glowing-dark-22-09-2024-1727068449-hd-wallpaper.jpeg);
8+
transition: background-color 0.3s;
9+
background-position: center;
10+
background-size: cover;
11+
}
12+
13+
.sb-main-fullscreen {
14+
background: #030014 !important;
415
}

.storybook/preview-head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<style>
2-
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500&display=swap');
2+
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
33
</style>

.storybook/preview.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@ import type {Preview} from "@storybook/react";
33

44
const preview: Preview = {
55
parameters: {
6-
backgrounds: {
7-
default: 'code0',
8-
values: [
9-
{name: 'code0', value: '#030014'}
10-
],
11-
},
126
layout: 'centered',
137
actions: {argTypesRegex: "^on[A-Z].*"},
148
controls: {

0 commit comments

Comments
 (0)