File tree Expand file tree Collapse file tree 3 files changed +17
-10
lines changed
go-ui-storybook/src/stories Expand file tree Collapse file tree 3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ export const Tertiary: Story = {
106106export const TertiaryButtonWithIcon : Story = {
107107 args : {
108108 name : 'button' ,
109- variant : 'primary ' ,
110- children : 'Primary Button' ,
109+ variant : 'tertiary ' ,
110+ children : 'tertiary Button' ,
111111 // icons: <DownloadTwoFillIcon /> ,
112112 } ,
113113 parameters : {
@@ -139,20 +139,20 @@ export const DropdownItem: Story = {
139139 } ,
140140} ;
141141
142- export const ProcessButtonWithIcon : Story = {
142+ export const GreyTertiaryButtonWithIcon : Story = {
143143 args : {
144144 name : 'button' ,
145- variant : 'process ' ,
146- children : 'Process Button' ,
147- // icons:<LoaderLineIcon />
145+ variant : 'grey-tertiary ' ,
146+ children : 'Grey-Tertiary Button' ,
147+ // icons: <DownloadTwoFillIcon />
148148 } ,
149149} ;
150150
151- export const GreyTertiaryButtonWithIcon : Story = {
151+ export const ProcessButtonWithIcon : Story = {
152152 args : {
153153 name : 'button' ,
154- variant : 'grey-tertiary ' ,
155- children : 'Grey-Tertiary Button' ,
154+ variant : 'secondary ' ,
155+ children : 'Process Button' ,
156156 // icons:<LoaderLineIcon/>
157157 } ,
158158} ;
Original file line number Diff line number Diff line change 155155 }
156156 }
157157
158+ & .grey-tertiary {
159+ --border-radius : unset;
160+ --padding : var (--go-ui-spacing-sm ) var (--go-ui-spacing-lg );
161+ background-color : var (--go-ui-color-background );
162+ }
163+
158164 & .disabled {
159165 opacity : var (--go-ui-opacity-disabled-element );
160166 --cursor : not-allowed;
Original file line number Diff line number Diff line change 11.dropdown-menu {
22 align-items : center;
3+ height : 32px ;
34
45 .icons ,
56 .content ,
1617.dropdown-content {
1718 display : flex;
1819 flex-direction : column;
19- padding : var ( --go-ui-spacing-sm ) 0 ;
20+ padding-left : 24 px ;
2021
2122 : hover {
2223 background-color : var (--go-ui-color-gray )
You can’t perform that action at this time.
0 commit comments