-
Notifications
You must be signed in to change notification settings - Fork 43
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
[REVIEW ONLY] - Reallocate styles in appropriate files #713
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ivan Morgillo <[email protected]>
import org.jetbrains.jewel.ui.component.styling.ButtonMetrics | ||
import org.jetbrains.jewel.ui.component.styling.ButtonStyle | ||
|
||
internal fun readOutlinedButtonStyle(): ButtonStyle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Outlined and Default are both Button types. They should stay in the same file (IntUiBridgeButton)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 65116fb
import org.jetbrains.jewel.ui.component.styling.TabStyle | ||
import org.jetbrains.jewel.ui.icons.AllIconsKeys | ||
|
||
internal fun readEditorTabStyle(): TabStyle { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Default and Editor are both Tab styles. They should stay in the same file (IntUiBridgeTab)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 51d8d29
Signed-off-by: Ivan Morgillo <[email protected]>
Signed-off-by: Ivan Morgillo <[email protected]>
Closes #708